Re: [ClojureScript] Re: Fast path to having fun with ClojureScript

2013-10-28 Thread Julien Eluard
Thanks that's clearer now. Somehow I understood that output-to was supposed to be relative to output-dir. One thing that prevents me to use optimizations :none is that the generated js are not as straightforward to use as with others optimizations: you need to manually include some js files (at

Re: [ClojureScript] Re: Fast path to having fun with ClojureScript

2013-10-28 Thread David Nolen
On Mon, Oct 28, 2013 at 9:05 AM, Julien Eluard wrote: > Compilation is super fast in optimizations :none mode. A dumb change will > be compiled in below a second. Now the same change in optimizations :simple > takes 30 s. > Is that expected? Is it worth my time to investigate that? > :simple was