You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClojureScript watch no longer (since Feb 2015, after Boot-cljs was originally written) calls build each time any file is changed. Only if .cljs, .cljc, .clj or .js file is changed, compiler is called.
ClojureScript
watch
no longer (since Feb 2015, after Boot-cljs was originally written) callsbuild
each time any file is changed. Only if .cljs, .cljc, .clj or .js file is changed, compiler is called.https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/closure.clj#L3096-L3100
clojure/clojurescript@0db90e6
Boot-cljs should copy this behavior, to optimize cases where only
.css
,.less
etc. file is changed.The text was updated successfully, but these errors were encountered: