:modules :output-to automatically (#174)java.util.Base64 instead of javax.xml.bind.DatatypeConverter, to support Java 9 (#178)
:infer-externs (not sure what caused this...) (#172):source-map option logic to allow disabling the option when doing optimized build.
:source-map is string (i.e. path), use value as is, instead of setting new value based on :output-to.% in exception messages if using Boot <2.7.2 (Boot fix):modules :output-to handling:main namespace in our shim ns requires (#139):source-map-path automatically (#157, #136).cljs.edn for asset-path instead of name of the file (#156, #152):output-dir and :output-to and set default values based on path of .cljs.edn, like previously (#104).cljs.edn :modules option (with warning) and instead handle :output-to paths in
:modules under :compiler-options(boot.core/set-env! :dependencies #(conj % '[com.andrewmcveigh/cljs-time "0.4.0"]))
can be used to add cljs-time dependency and Boot-cljs will find this without restarting
the whole Boot process..cljs.edn options (#148):advanced compilation set the :output-wrapper option to true.
This is not the ClojureScript compiler default but more friendly for regular use.
This makes boot-cljs behave similar to lein-cljsbuild as well. (#64).cljs.edn Boot fileset metadata for
others tasks (e.g. boot-reload):modules option on
.cljs.edn files. (#113).cljs.edn always instead of only once
:require and :compiler-options in without
restarting the build process.optimizations is not explicitly set..cljs.edn files) tried to compile
deps.cljs files in the fileset.:ids option selects the files. Instead of looking only at the basename of file, it looks at the paths. E.g. to use src/js/main.cljs.edn use --ids js/main instead of just --ids main..cljs.edn files are now run parallel in separated
environments.:ids option to select used .cljs.edn filesCan you improve this documentation? These fine people already did:
Juho Teperi & Martin KlepschEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |