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:
parent
149e99f466
commit
1a8e29a0b1
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue