because time is a circle, obvs.
see application state:
re-frame.db/app-db
Compile css file once.
lein sass once
Automatically recompile css file on change.
lein sass auto
lein clean
lein figwheel dev
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3449.
To compile clojurescript to javascript:
lein clean
lein cljsbuild once min
fix this build trololol
git subtree push --prefix resources/public origin gh-pages
(emergency escape hatch: git push origin
git subtree split --prefix resources/public master:gh-pages --force
)