update dependencies/version
This commit is contained in:
parent
ca8d5fe872
commit
3e7d43b212
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.39"
|
(defproject cryogen-core "0.1.40"
|
||||||
: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"
|
||||||
|
@ -7,11 +7,11 @@
|
||||||
[clj-rss "0.2.3"]
|
[clj-rss "0.2.3"]
|
||||||
[me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
[crouton "0.1.2"]
|
[crouton "0.1.2"]
|
||||||
[cheshire "5.5.0"]
|
[cheshire "5.6.1"]
|
||||||
[clj-text-decoration "0.0.3"]
|
[clj-text-decoration "0.0.3"]
|
||||||
[io.aviso/pretty "0.1.24"]
|
[io.aviso/pretty "0.1.26"]
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "1.0.2"]
|
[selmer "1.0.4"]
|
||||||
[pandect "0.5.4"]
|
[pandect "0.5.4"]
|
||||||
[hawk "0.2.10"]
|
[hawk "0.2.10"]
|
||||||
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
|
|
||||||
(defn compile-index
|
(defn compile-index
|
||||||
"Compiles the index page into html and spits it out into the public folder"
|
"Compiles the index page into html and spits it out into the public folder"
|
||||||
[{:keys [blog-prefix disqus?] :as params}]
|
[{:keys [disqus?] :as params}]
|
||||||
(println (blue "compiling index"))
|
(println (blue "compiling index"))
|
||||||
(let [uri (page-uri "index.html" params)]
|
(let [uri (page-uri "index.html" params)]
|
||||||
(write-html uri
|
(write-html uri
|
||||||
|
|
Loading…
Reference in a new issue