parent
f0cc7353c1
commit
84a933bdcf
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.50"
|
(defproject cryogen-core "0.1.51"
|
||||||
: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"
|
||||||
|
|
|
@ -534,7 +534,7 @@
|
||||||
(println (blue "compiling sass"))
|
(println (blue "compiling sass"))
|
||||||
(sass/compile-sass->css!
|
(sass/compile-sass->css!
|
||||||
(merge (select-keys config [:sass-path :compass-path :sass-src :ignored-files])
|
(merge (select-keys config [:sass-path :compass-path :sass-src :ignored-files])
|
||||||
{:dest-sass (cryogen-io/path ".." "public" blog-prefix sass-dest)
|
{:sass-dest (cryogen-io/path ".." "public" blog-prefix sass-dest)
|
||||||
:base-dir "resources/templates/"}))))
|
:base-dir "resources/templates/"}))))
|
||||||
|
|
||||||
(defn compile-assets-timed []
|
(defn compile-assets-timed []
|
||||||
|
|
Loading…
Reference in a new issue