boot-figwheel
boot-figwheel copied to clipboard
Boot repl interface interacting a Figwheel system for ClojureScript development.
It would be really nice if boot-figwheel shipped with a boot task to launch directly into the figwheel repl. Something like: ``` (deftask figwheel-repl [] (fn [next-task] (fn [fileset] (next-task...
I tried running the example under the Usage section of the project readme, using boot-figwheel 0.5.4-5, figwheel-sidecar 0.5.14, and was having a very hard time getting the figwheel web server...
If I understand the correctly, `boot-figwheel` is compiling the Javascript artifact directly to `target-path` at the moment. This is not very "boot-ey" because what you usually do is to use...