Well, that was ridiculously easy, and it Just Works[tm].

This commit is contained in:
simon 2016-08-21 10:43:51 +01:00
parent 0d9b8f606e
commit 8c6a3358bc
5 changed files with 28 additions and 22 deletions

View file

@ -22,7 +22,9 @@
:plugins [[lein-ring "0.8.13" :exclusions [org.clojure/clojure]]
[lein-environ "1.0.0"]
[lein-ancient "0.5.5" :exclusions [org.clojure/clojure org.clojure/data.xml]]
[lein-marginalia "0.7.1" :exclusions [org.clojure/clojure]]]
[lein-marginalia "0.7.1" :exclusions [org.clojure/clojure]]
[lein-npm "0.6.2"]]
:npm {:dependencies [[simplemde "1.11.2"]]}
:ring {:handler smeagol.handler/app
:init smeagol.handler/init
:destroy smeagol.handler/destroy}