I have a large project that mostly loads with figwheel and the jetty server it loads. We have one specific server side function that requires me to load the server separately for testing. It would be nice to be able to disable jetty from the command line without modifying our figwheel-main.edn file.
Something like:
clojure -m figwheel.main -b compile-dev -j or clojure -A:figwheel -j where -j disables jetty
I have a large project that mostly loads with figwheel and the jetty server it loads. We have one specific server side function that requires me to load the server separately for testing. It would be nice to be able to disable jetty from the command line without modifying our figwheel-main.edn file.
Something like:
clojure -m figwheel.main -b compile-dev -j
orclojure -A:figwheel -j
where -j disables jettyWe are using figwheel like
My edn file looks like