+edge
and +bleeding-edge
options for automatically using the latest version of dependencies.+help
or when using any unrecognized options)goog.DEBUG
to false
in the production ClojureScript build(go)
and (cljs-repl)
instead of (run)
and (browser-repl)
index.html
generation when project name contains an underscore+re-frame
flag, for re-frame projects:repl-options {:init (go)}
from project.clj
. You'll have to call (go)
yourself after starting a REPLcode_of_conduct.md
optional (+coc
or +code-of-conduct
flag to add it back)browser-repl
and run
deprecated, in favor of cljs-repl
and go
+no-poll
.+
as a prefix instead of --
. This is more in line with
other popular templates like Luminus, and it stops Leiningen from eating our
options. The --
variants still work.+rum
).+om-next
).:cljsbuild
configslein jar
--http-kit
cljs.user
(run)
so we only need one processstyle.css
Can you improve this documentation? These fine people already did:
Arne Brasseur & Jeff WongEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close