Over the weekend I was playing with Clojurescript One with success. I'm now setting up my own project, I've found it pretty hard going but I've now got a browser repl working and my Clojurescript code building.
I have a few questions though: 1. How come the script tags that include your built Javascript seem to belong inside the html body instead of head as I've always seen elsewhere? (I only noticed the examples did this<https://github.com/emezeske/lein-cljsbuild/blob/master/example-projects/advanced/resources/private/html/naked.html>when my project failed to work.) 2. What creates the /repl route? I've not got it in my defroutes statement so I'm curious how that works. 3. With lein-cljsbuild is there a way to both have a browser repl and auto build going at the same time? Also is there a way to avoid having two copies of Java going, one for your ring server and one for your browser repl? 4. Finally I noticed Clojurescript One doesn't use lein-cljsbuild and instead uses some custom code. Is lein-cljsbuild not the right way to go for my project? Cheers, Dave. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en