Skip to content

Commit

Permalink
stop watching .gitlibs for changes
Browse files Browse the repository at this point in the history
updating them requires changing the classpath and they are
filtered in other places already as well.

fixes #1013
  • Loading branch information
thheller committed May 19, 2022
1 parent 05f2cd1 commit ea6e4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/shadow/cljs/devtools/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
(:fs-watch config)
(->> (build-classpath/get-classpath-entries classpath)
(filter #(.isDirectory %))
(remove build-classpath/is-gitlib-file?)
(into []))
["cljs" "cljc" "clj" "js"]
#(system-bus/publish! system-bus ::m/cljs-watch {:updates %})
Expand Down

0 comments on commit ea6e4eb

Please sign in to comment.