Hello,

I just pushed out the first release of my new lein plugin, lein-
cljsbuild.  It adds a lein task that can either build your
ClojureScript one time, or watch for modifications and automatically
build it when necessary (like cljs-watch).  It also has support for
hooking into the "lein compile" task so that your ClojureScript code
is built along with everything else.

Perhaps the most interesting feature is built-in support for sharing
code between the server-side Clojure and the client-side
Clojurescript, including macros.  This requires some setup (see the
README), but once it's configured it works seamlessly.

All feedback appreciated!

https://github.com/emezeske/lein-cljsbuild

http://clojars.org/emezeske/lein-cljsbuild

-Evan

-- 
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

Reply via email to