A Duct module that adds support for compiling ClojureScript for production and development.
To install, add the following to your project :dependencies:
[duct/module.cljs "0.3.2"]
To add this module to your configuration, add the :duct.module/cljs
key to your configuration. You'll need to specify your main
ClojureScript namespace via the :main key:
{:duct.module/cljs {:main foo.client}}
This sets up the compiler.cljs key for compiling wvia lein run :duct/compiler, and the server.figwheel key for dynamically
reloading ClojureScript files during development when calling
(reset) in the REPL.
Copyright © 2017 James Reeves
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
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 |