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 piggieb
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?
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
cljs-start/lein-template/0.1.0-SNAPSHO
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
with
On Friday, 1 November 2013 15:45:01 UTC+5:30, Magomimmo wrote:
>
> 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?
>
It works now. Thanks!
Shantanu
--
--
You received this message
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 setu
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
(/home/shantanukumar/.m2/reposito
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 with