mirror of
https://github.com/status-im/reagent.git
synced 2025-01-15 14:24:22 +00:00
163308a392
ClojureScript all of a sudden complains about "single segment namespaces", which forces a rather massive reorg. Also, cljs.test/run-tests is broken.
Reagent example app
Run "lein figwheel
" in a terminal to compile the app, and then open example.html.
Any changes to ClojureScript source files (in src
) will be reflected in the running page immediately (while "lein figwheel
" is running).
Run "lein clean; lein with-profile prod compile
" to compile an optimized version.