Add sablono as dev dependency to avoid error
* reloading clj code in REPL does not work without sablono as a dependency (devcards issue)
This commit is contained in:
parent
97c7800e4d
commit
d503c84928
|
@ -103,7 +103,8 @@
|
|||
[binaryage/devtools "0.9.0"]
|
||||
[figwheel-sidecar "0.5.9"]
|
||||
[org.clojure/tools.nrepl "0.2.12"]
|
||||
[com.cemerick/piggieback "0.2.2-SNAPSHOT"]]
|
||||
[com.cemerick/piggieback "0.2.2-SNAPSHOT"]
|
||||
[sablono "0.7.7"]]
|
||||
:plugins [[com.jakemccrary/lein-test-refresh "0.14.0"]
|
||||
[lein-doo "0.1.7"]
|
||||
[lein-figwheel "0.5.9"]]
|
||||
|
|
Loading…
Reference in New Issue