lein cljsbuild auto ; hook to copy into directory post build

2014-04-29 Thread t x
Hi, ## context: I am currently running lein cljsbuild auto It appears that each new compile _overwrites_ the old compile in place, say resources/out ## what I would prefer to happen: every time a new build is triggered, have it write to resources/tmp then, exec rm -rf

Re: lein cljsbuild auto ; hook to copy into directory post build

2014-04-29 Thread t x
Correct answer: https://github.com/emezeske/lein-cljsbuild/blob/master/sample.project.clj#L73 :-) On Tue, Apr 29, 2014 at 2:29 PM, t x txrev...@gmail.com wrote: Hi, ## context: I am currently running lein cljsbuild auto It appears that each new compile _overwrites_ the old compile in