.cljs.ednOther tasks can modify the Cljs build options by modifying .cljs.edn files
in the fileset. For example boot-reload and boot-cljs-repl add their
client namespaces to :require vector in .cljs.edn files.
Examples:
.cljs.edn filesFIXME:
If tasks don't find .cljs.edn files, they don't currently have way to
define which namespaces to include in build. This works for now,
as Boot-cljs will create default .cljs.edn file, which has :require
in any .cljs files in fileset. However, this causes the main file to
require all the namespaces, even those that are unused.
Can you improve this documentation?Edit 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 |