Re: [ANN] cljs-start with batteries included

2013-11-18 Thread Mimmo Cosenza
Hi, I just updated the cljs-start lein-template to create a cljs lib with batteries included: - directories layout of a cljs lib project - cljsbuild configurations - clojurescript.test configuration and setup - brepl connection The most significant update regards the substitution of the

Re: [ANN] cljs-start with batteries included

2013-11-01 Thread Shantanu Kumar
Hi Mimmo, I think it is a really nice project, but I was not able to run it successfully: $ lein new cljs-start foo Failed to resolve version for cljs-start:lein-template:jar:RELEASE: Could not find metadata cljs-start:lein-template/maven-metadata.xml in local

Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Mimmo Cosenza
Yeah, yestarday I forgot to publish the release 0.0.1. Sorry about that. I did it this morning. Now it should works. Could you confirm me please? Thanks so much. Mimmo p.s. In the next release I think I'm going to add both :crossovers and :clix in such a way to have a complete starting

Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Mimmo Cosenza
thanks Shantanu! Let me know if you find ant issue. I started commenting both profiles.clj and project.clj to try to explain what each setting is used for. IMHO there is a big open issue regarding lein-cljsbuild: As pointed to me by David Nolen, you need to fill the leaning :source-paths

Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Deniz Kurucu
Hi, It doesn't work for me : lein new cljs-start battery-cljs Retrieving cljs-start/lein-template/0.0.1-SNAPSHOT/lein-template-0.0.1-20131101.074510-2.pom from clojars Retrieving cljs-start/lein-template/0.0.1/lein-template-0.0.1.pom from clojars Retrieving

Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Mimmo Cosenza
It seems that you're using the SNAPSHOT version instead of the release one. Probably this has been caused by the fact that yesterday night I forgot to publish the 0.0.1 as a release (I did it this morning). Could you please try the following: rm -rf ~/.m2/repository/cljs-start and try again?

[ANN] cljs-start with batteries included

2013-10-31 Thread Mimmo Cosenza
Hi all, I just create a simple leon-template to create CLJS libs with batteries included: - separation of concerns between the user view and the dev view of the created lib (obtained by using the profiles.clj local to the project - http server and brepl (with piggieback by Chas) to bREPLing