Fix dev config
This commit is contained in:
parent
f079981d05
commit
51fef72991
|
@ -27,7 +27,7 @@
|
||||||
(deftask dev []
|
(deftask dev []
|
||||||
(comp (watch)
|
(comp (watch)
|
||||||
(build)
|
(build)
|
||||||
(serve :port 8000 :resource-root "public")))
|
(serve :port 8000 :resource-root "")))
|
||||||
|
|
||||||
(deftask publish []
|
(deftask publish []
|
||||||
(comp (build)
|
(comp (build)
|
||||||
|
|
Loading…
Reference in a new issue