-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
The CLJS dev setup is less than ideal. I'd like to get it working with a more modern figwheel/sidecar sort of setup.
Also, the cljs testing seems to be disorganized. I think it is not very clear where cljs & cljc files are found at. I'm not even sure it makes sense to have a "common", "clojurescript", and "clojure" directories under "src/test" anymore since read conditionals and the various file extensions are respected now. It makes the sharing of files more confusing and hard to find in my opinion.
I only bring up the testing setup since there seem to be issues getting Figwheel compiling these namespace and to get it all working again, I'd likely want to get this stuff sorted out.
WilliamParker