lein-cljsbuild
lein-cljsbuild copied to clipboard
Eliminate hooks
Leiningen hooks are semi-deprecated, in favor of :prep-tasks
. cljsbuild should follow suit, and recommend their use instead of trying to be clever about automagically doing stuff.
cljsbuild
process which is spawn by :prep-tasks
does not respect -Xmx
I specified in :jvm-opts
. Memory usage in my build balloon up to like 500mb
@visibletrap Is this still the case when using 1.1.4
?
@mneise It is still the case. Though It reduces about 20-30 MB
With :hooks deprecated now, should we update the README and sample projects accordingly?