-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reloading of clj files in cljs dirs
cljsbuild “auto” produces different results than “once” if a clj file that is a dependency of a clj based macro file. This is because non-macro clj files are not reloaded on change. The issue behind #210 appears to have been resolved as of clojurescript 2202. I removed the guard that only allows .clj files that contain macros to be reloaded. I have tested this and it works pretty darn good :)
- Loading branch information
Bruce Hauman
committed
Dec 12, 2014
1 parent
76ba940
commit 5485e25
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters