--snapshot
flag, e.g. lein new chestnut my-project --snapshot
{:text "Hello Chestnut!"}
portion and saved the file, but the changes don't show up. app-state
is defined with defonce
, so your application state doesn't reset every time you save a file. If you do want to reset after every change, change (defonce app-state ..)
to (def app-state ...)
.lein with-profile -dev,+uberjar cljsbuild once
, then look for resources/public/js/app.js
.CompilerException java.lang.IllegalAccessError: in-seconds does not exist
when using Spyscope 0.1.4 or earlier.lein cljsbuild clean
, then start Figwheel again.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close