Re: [ClojureScript] boot cljs - how to put generated main.js in resources/public?

2015-07-10 Thread Colin Yates
Thanks Mike - asking on there now. On Friday, 10 July 2015 03:12:37 UTC+1, Mike Thompson wrote: > On Friday, July 10, 2015 at 3:48:17 AM UTC+10, Colin Yates wrote: > > Thanks David. > > > > > > On 9 Jul 2015, at 18:38, David Nolen wrote: > > > > > > If you don't get an answer here note there

Re: [ClojureScript] boot cljs - how to put generated main.js in resources/public?

2015-07-09 Thread Mike Thompson
On Friday, July 10, 2015 at 3:48:17 AM UTC+10, Colin Yates wrote: > Thanks David. > > > On 9 Jul 2015, at 18:38, David Nolen wrote: > > > If you don't get an answer here note there is also a boot specific discussion > area - http://hoplon.discoursehosting.net/ > The boot clajarians group

Re: [ClojureScript] boot cljs - how to put generated main.js in resources/public?

2015-07-09 Thread Colin Yates
Thanks David. > On 9 Jul 2015, at 18:38, David Nolen wrote: > > If you don't get an answer here note there is also a boot specific discussion > area - http://hoplon.discoursehosting.net/ > > > David > > On Thu, Jul 9, 2015 at 1:27 PM, Colin Yates

Re: [ClojureScript] boot cljs - how to put generated main.js in resources/public?

2015-07-09 Thread David Nolen
If you don't get an answer here note there is also a boot specific discussion area - http://hoplon.discoursehosting.net/ David On Thu, Jul 9, 2015 at 1:27 PM, Colin Yates wrote: > By default the generated js goes into target/out/main.js - is there a > trick to get it into resources/public? > >

[ClojureScript] boot cljs - how to put generated main.js in resources/public?

2015-07-09 Thread Colin Yates
By default the generated js goes into target/out/main.js - is there a trick to get it into resources/public? Both output and output-dir in the compiler options appear to be relevant to target, and "../resources/public/out" doesn't work ;). Any ideas? -- Note that posts from new members are mo