Fix dest-sass/sass-dest key

Issue #85
This commit is contained in:
Carmen La 2017-01-17 23:44:37 -05:00
parent f0cc7353c1
commit 84a933bdcf
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 []