Re: Minimalist autocompile workflow for ClojureScript

2011-08-01 Thread Tunde Ashafa
I have this working on emacs. On my slicehost VM it works flawlessly, but at my work VM, only the first compilation works. Subsequent calls (on change notification) produces an empty JS file. Just wondering if you or anyone else has come across this issue. Thanks, Tunde. -- You received this

Minimalist autocompile workflow for ClojureScript

2011-07-27 Thread Alex Osborne
Just sharing the stopgap method for "static HTML" (no server) ClojureScript development I'm using until someone cooks up a REPL that evals in the browser instead of Rhino. Nothing particularly exciting here, but really beats restarting the JVM on every compile. :-) This will only work on Linux as