Merge pull request #80 from SVMBrown/master

Fix symbol not found exception in compile-assets function
master
Carmen La 8 years ago committed by GitHub
commit 247c512fd5

@ -493,7 +493,7 @@
:theme-path (str "file:resources/templates/themes/" (:theme config))})] :theme-path (str "file:resources/templates/themes/" (:theme config))})]
(println (blue "debug info")) (println (blue "debug info"))
(println "\t-->" (cyan navbar)) (println "\t-->" (cyan navbar-pages))
(set-custom-resource-path! (:theme-path params)) (set-custom-resource-path! (:theme-path params))
(wipe-public-folder keep-files) (wipe-public-folder keep-files)
(println (blue "copying theme resources")) (println (blue "copying theme resources"))

Loading…
Cancel
Save