Leiningen plugin to make ClojureScript development easy.
lein-cljsbuild
This is a Leiningen plugin that makes it quick and easy to automatically compile
your ClojureScript code into Javascript whenever you modify it. It's simple
to install and allows you to configure the ClojureScript compiler from within your
project.clj
file.
Beyond basic compiler support, lein-cljsbuild can optionally help with a few other things:
- [Launching REPLs for interactive development] (https://github.com/emezeske/lein-cljsbuild/blob/1.1.7/doc/REPL.md)
- [Launching ClojureScript tests] (https://github.com/emezeske/lein-cljsbuild/blob/1.1.7/doc/TESTING.md)
- [Sharing code between Clojure and ClojureScript] (https://github.com/emezeske/lein-cljsbuild/blob/1.1.7/doc/CROSSOVERS.md)
The latest version of lein-cljsbuild is 1.1.7
.
See the release notes here.