lein-figwheel

2018-10-21T16:43:53.000100Z

Is there a way to setup lein with-profile +cljs-dev figwheel from within my project file? I am trying to use core.matrix from clojurescript, following the instructions, but am running figwheel from within CIDER…Thanks for any advice..

2018-10-21T17:12:23.000100Z

@kingcode one possibility may be to put an :aliases entry in your project that has that value under key “figwheel”

2018-10-21T17:12:40.000100Z

I haven’t tried that before I don’t think but could work

2018-10-21T18:10:12.000100Z

Thank you @mikerod

✅ 1