mirror of
https://github.com/penpot/penpot.git
synced 2025-05-05 00:15:52 +02:00
🔧 Add common directoy to figwheel watch dir list.
This commit is contained in:
parent
b0019aa017
commit
58ab6f5467
2 changed files with 4 additions and 3 deletions
|
@ -14,11 +14,11 @@
|
||||||
funcool/beicon {:mvn/version "5.1.0"}
|
funcool/beicon {:mvn/version "5.1.0"}
|
||||||
funcool/cuerdas {:mvn/version "2.2.0"}
|
funcool/cuerdas {:mvn/version "2.2.0"}
|
||||||
funcool/lentes {:mvn/version "1.3.3"}
|
funcool/lentes {:mvn/version "1.3.3"}
|
||||||
funcool/potok {:mvn/version "2.7.0"}
|
funcool/potok {:mvn/version "2.8.0-SNAPSHOT"}
|
||||||
funcool/promesa {:mvn/version "4.0.2"}
|
funcool/promesa {:mvn/version "4.0.2"}
|
||||||
funcool/rumext {:mvn/version "2.0.0-SNAPSHOT"}
|
funcool/rumext {:mvn/version "2.0.0-SNAPSHOT"}
|
||||||
}
|
}
|
||||||
:paths ["src" "vendor" "resources"]
|
:paths ["src" "vendor" "resources" "../common"]
|
||||||
:aliases
|
:aliases
|
||||||
{:dev
|
{:dev
|
||||||
{:extra-deps
|
{:extra-deps
|
||||||
|
|
|
@ -197,9 +197,10 @@
|
||||||
:pprint-config false
|
:pprint-config false
|
||||||
:load-warninged-code false
|
:load-warninged-code false
|
||||||
:auto-testing false
|
:auto-testing false
|
||||||
|
:reload-clj-files true
|
||||||
:css-dirs ["resources/public/css"]
|
:css-dirs ["resources/public/css"]
|
||||||
:ring-server-options {:port 3449 :host "0.0.0.0"}
|
:ring-server-options {:port 3449 :host "0.0.0.0"}
|
||||||
:watch-dirs ["src" "test"]})
|
:watch-dirs ["src" "test" "../common"]})
|
||||||
|
|
||||||
(defmethod task "figwheel"
|
(defmethod task "figwheel"
|
||||||
[& args]
|
[& args]
|
||||||
|
|
Loading…
Add table
Reference in a new issue