While tinkering with ClojureScript I've created sample that uses WebSockets to communicate between Clojure and ClojureScript. WebSocket support in closure-library is only in SVN for now, so current bootstrap of ClojureScript will not have it. I've patched bootstrap to get ClojureScript running against HEAD of closure-library.
I think so. Can you make a new patch with this ability? If it looks good I'll bring up the issue on the Clojure and Clojure Dev mailing lists to see what people think about this.
Hubert Iwaniuk May 6, 2012 at 6:37 AM
Would serving static files from multiple directories solve it? static-dir [".", "out/"] First one would solve single file output, second development build. All still configurable and tooling can specify desired values.
David Nolen April 30, 2012 at 3:04 PM
This patch works OK if the user produces a single output file. It doesn't work so well if the user is in develop mode where files are loaded from "out".
While tinkering with ClojureScript I've created sample that uses WebSockets to communicate between Clojure and ClojureScript.
WebSocket support in closure-library is only in SVN for now, so current bootstrap of ClojureScript will not have it.
I've patched bootstrap to get ClojureScript running against HEAD of closure-library.
CA is signed.
Cheers,
Hubert.