Skip to content
Snippets Groups Projects
Commit f5d75a3f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add Stencil to clojure libs so that we can have a very simple library for...

add Stencil to clojure libs so that we can have a very simple library for doing mustache style templating.
parent 9deab646
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
[postgresql "9.3-1102.jdbc41"] ; Postgres driver
[ring/ring-jetty-adapter "1.4.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests)
[ring/ring-json "0.3.1"] ; Ring middleware for reading/writing JSON automatically
[stencil "0.4.0"] ; Mustache templates for Clojure
[swiss-arrows "1.0.0"]] ; 'Magic wand' macro -<>, etc.
:plugins [[lein-environ "1.0.0"] ; easy access to environment variables
[lein-ring "0.9.3"]] ; start the HTTP server with 'lein ring server'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment