added content to the watch-list
This commit is contained in:
parent
e68e958726
commit
7c73d5d9d1
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
(load-plugins)
|
||||
(compile-assets-timed)
|
||||
(let [ignored-files (-> (read-config) :ignored-files)]
|
||||
(start-watcher! "resources/templates" ignored-files compile-assets-timed)))
|
||||
(start-watcher! "resources/templates" ignored-files compile-assets-timed)
|
||||
(start-watcher! "content/templates" ignored-files compile-assets-timed)))
|
||||
|
||||
(defn wrap-subdirectories
|
||||
[handler]
|
||||
|
|
Loading…
Reference in a new issue