Skip to content

Instantly share code, notes, and snippets.

@shinseitaro
Created August 24, 2013 08:16
Show Gist options
  • Save shinseitaro/6326829 to your computer and use it in GitHub Desktop.
Save shinseitaro/6326829 to your computer and use it in GitHub Desktop.
enlive tutorial の project.clj
(defproject enlive-tutorial "0.1.0"
:description "Enlive Tutorial"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojure-contrib "1.2.0"]
[enlive "1.1.1"]
[ring "0.2.5"]
[net.cgrand/moustache "1.0.0-SNAPSHOT"]]
:dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT"]]
:source-path "src")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment