Re: ClojureScript auto-recompile option

2011-09-18 Thread Stuart Campbell
Cool - wasn't aware of that. On 16 September 2011 15:07, Chris Granger wrote: > FWIW there's also cljs-watch: > > http://github.com/ibdknox/cljs-watch > > On Sep 15, 6:35 am, Stuart Campbell wrote: > > Hello, > > > > I've written a small hack for the ClojureScript compiler that is useful > for

Re: ClojureScript auto-recompile option

2011-09-15 Thread Chris Granger
FWIW there's also cljs-watch: http://github.com/ibdknox/cljs-watch On Sep 15, 6:35 am, Stuart Campbell wrote: > Hello, > > I've written a small hack for the ClojureScript compiler that is useful for > working with static HTML projects. When invoked with the :watch option, the > cljsc program wat

ClojureScript auto-recompile option

2011-09-15 Thread Stuart Campbell
Hello, I've written a small hack for the ClojureScript compiler that is useful for working with static HTML projects. When invoked with the :watch option, the cljsc program watches a source directory and recompiles sources whenever a change is detected. https://github.com/harto/clojurescript/comm