Fix wrap-reload (specify source dirs)
This commit is contained in:
parent
9dbe68cc8c
commit
7875059fcd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
(def app
|
||||
(let [dev? true]
|
||||
(if dev?
|
||||
(reload/wrap-reload (handler/site #'routes))
|
||||
(reload/wrap-reload (handler/site #'routes) {:dirs ["src-clj"]})
|
||||
(handler/site routes))))
|
||||
|
||||
(defn -main [& args]
|
||||
|
|
Loading…
Reference in a new issue