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
watch-loop function In namespace shadow.cljs.devtools.server.fs-watch accepts the watch-dirs parameter. IMO this parameter defines all folders that shadow-clj wtaches for changes.
Problem is that in my case watch-dirs contains entries like this one: ":dir" -> {File@30133} "/Users/enesjakic/.gitlibs/libs/com.flexiana/framework/b2d003c5447f6b6dd94e0629f03f2228089a9363/src"
which is the GitHub dependency from deps.edn and it don't need to be watched I think.
Is this the bug or an intentional decision?
The text was updated successfully, but these errors were encountered:
watch-loop function In namespace
shadow.cljs.devtools.server.fs-watch
accepts thewatch-dirs
parameter. IMO this parameter defines all folders thatshadow-clj
wtaches for changes.Problem is that in my case
watch-dirs
contains entries like this one:":dir" -> {File@30133} "/Users/enesjakic/.gitlibs/libs/com.flexiana/framework/b2d003c5447f6b6dd94e0629f03f2228089a9363/src"
which is the GitHub dependency from deps.edn and it don't need to be watched I think.
Is this the bug or an intentional decision?
The text was updated successfully, but these errors were encountered: