add figwheel css-dirs option
This commit is contained in:
parent
ce87e5640e
commit
52a51bdf03
|
@ -40,7 +40,8 @@
|
||||||
|
|
||||||
:figwheel {:nrepl-port 7888
|
:figwheel {:nrepl-port 7888
|
||||||
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]
|
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]
|
||||||
:builds-to-start [:front]}
|
:builds-to-start [:front]
|
||||||
|
:css-dirs ["app/css"]}
|
||||||
|
|
||||||
:cljsbuild {:builds
|
:cljsbuild {:builds
|
||||||
{:main
|
{:main
|
||||||
|
|
Reference in a new issue