Releases: magomimmo/cljs-start
Releases · magomimmo/cljs-start
Update dependencies and plugins
Update dependencies and plugins
Notes:
- clojure 1.6.0
- clojurescript 0.0-2371
- lein-cljsbuild 1.0.3
- clojurescript.test 0.3.1
- ring 1.3.1
- compojure 1.2.1
- austin 0.1.5
Sanitize artifact-id
Sanitize artifact-id
Lein profiles :simple and :advanced
Add :simple
and :advanced
lein profiles to reduce the compilation time by activating different profiles.
Fix generated file names
Few fixes for generating the right file names and directories structure
Allow for groupId/artifactId
Allow to create a new project by specifying its name as groupId/artifctId
as in the following example:
lein new cljs-start org.clojars.magomimmo/wonderful-lib
Update used libs
updates
- min-lein-version 2.3.4
- clojurescript 0.0-2127
- cljsbuild 1.0.1
Source map support
Added source map support in the whitespace build only.
Add :min-lein-version 2.2.0
Add :min-lein-version 2.2.0.
More automation
Changes log:
- update cljs to 0.0-2080 release
- add
:injections
setting to easily run the http server and the brepl - update documentation