lein-cljsbuild icon indicating copy to clipboard operation
lein-cljsbuild copied to clipboard

Eliminate hooks

Open cemerick opened this issue 9 years ago • 4 comments

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.

cemerick avatar Aug 24 '15 14:08 cemerick

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 avatar Aug 22 '16 02:08 visibletrap

@visibletrap Is this still the case when using 1.1.4?

mneise avatar Sep 21 '16 00:09 mneise

@mneise It is still the case. Though It reduces about 20-30 MB

visibletrap avatar Sep 21 '16 01:09 visibletrap

With :hooks deprecated now, should we update the README and sample projects accordingly?

bskinny avatar Mar 08 '19 15:03 bskinny