Fix symbol not found exception in compile-assets function
This commit is contained in:
parent
5bb7c5b3fb
commit
6d28af459f
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@
|
|||
:theme-path (str "file:resources/templates/themes/" (:theme config))})]
|
||||
|
||||
(println (blue "debug info"))
|
||||
(println "\t-->" (cyan navbar))
|
||||
(println "\t-->" (cyan navbar-pages))
|
||||
(set-custom-resource-path! (:theme-path params))
|
||||
(wipe-public-folder keep-files)
|
||||
(println (blue "copying theme resources"))
|
||||
|
|
Loading…
Reference in a new issue