mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Well, that was ridiculously easy, and it Just Works[tm].
This commit is contained in:
parent
0d9b8f606e
commit
8c6a3358bc
5 changed files with 28 additions and 22 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue