🔧 Add common directoy to figwheel watch dir list.

This commit is contained in:
Andrey Antukh 2019-12-17 22:12:21 +01:00
parent b0019aa017
commit 58ab6f5467
2 changed files with 4 additions and 3 deletions

View file

@ -197,9 +197,10 @@
:pprint-config false
:load-warninged-code false
:auto-testing false
:reload-clj-files true
:css-dirs ["resources/public/css"]
:ring-server-options {:port 3449 :host "0.0.0.0"}
:watch-dirs ["src" "test"]})
:watch-dirs ["src" "test" "../common"]})
(defmethod task "figwheel"
[& args]