fixed navbar-pages bug
This commit is contained in:
parent
773ee269b9
commit
78e4a6d067
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.47-SNAPSHOT"
|
(defproject org.domaindrivenarchitecture/cryogen-core "0.1.47-SNAPSHOT"
|
||||||
:description "Cryogen's compiler"
|
:description "Cryogen's compiler"
|
||||||
:url "https://github.com/cryogen-project/cryogen-core"
|
:url "https://github.com/cryogen-project/cryogen-core"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
@ -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…
Reference in a new issue