Fork me on GitHub
#lein-figwheel
<
2018-10-21
>
kingcode16:10:53

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..

mikerod17:10:23

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

mikerod17:10:40

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