0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Add missing entry to css-dirs of figwheel config.

This commit is contained in:
Andrey Antukh 2016-06-15 22:31:11 +03:00
parent 149e99f466
commit 1a8e29a0b1
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -2,7 +2,8 @@
'[figwheel-sidecar.repl-api :as ra]) '[figwheel-sidecar.repl-api :as ra])
(ra/start-figwheel! (ra/start-figwheel!
{:figwheel-options {:css-dirs ["resources/public/css"] {:figwheel-options {:css-dirs ["resources/public/css"
"resources/public/view/css"]
:server-port 3449 :server-port 3449
:server-ip "0.0.0.0"} :server-ip "0.0.0.0"}
:build-ids ["main", "view"] :build-ids ["main", "view"]