https://github.com/martinklepsch/watch-bug
https://github.com/martinklepsch/watch-bug
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinklepsch/watch-bug
- Owner: martinklepsch
- Created: 2015-11-04T13:59:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T14:01:54.000Z (over 9 years ago)
- Last Synced: 2025-01-29T13:46:43.315Z (5 months ago)
- Language: Clojure
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watch bug demo
fileset passed to watch task from previous tasks is not merged properly
```
;; cljs-repl and reload modifications lost to tasks after watch
boot cljs-repl reload inspect watch inspect cljs
```vs.
```
;; modifications done inside watch loop work as expected
boot inspect watch cljs-repl reload inspect cljs
```