revert java/clj separate source paths, back to original layout
This commit is contained in:
parent
aae01476a0
commit
4aa70fdb40
|
@ -16,8 +16,6 @@
|
||||||
[clj-image2ascii "0.1.0-SNAPSHOT"]
|
[clj-image2ascii "0.1.0-SNAPSHOT"]
|
||||||
[com.cemerick/url "0.1.1"]
|
[com.cemerick/url "0.1.1"]
|
||||||
[criterium "0.4.3" :scope "test"]]
|
[criterium "0.4.3" :scope "test"]]
|
||||||
:source-paths ["src/clojure"]
|
|
||||||
:java-source-paths ["src/java"]
|
|
||||||
:main main
|
:main main
|
||||||
:plugins [[lein-ring "0.8.10"]
|
:plugins [[lein-ring "0.8.10"]
|
||||||
[lein-environ "0.4.0"]]
|
[lein-environ "0.4.0"]]
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
:init init
|
:init init
|
||||||
:auto-reload? true
|
:auto-reload? true
|
||||||
:destroy destroy
|
:destroy destroy
|
||||||
|
:open-browser? false
|
||||||
:join? false}))
|
:join? false}))
|
||||||
(println (str "You can view the site at http://localhost:" port))))
|
(println (str "You can view the site at http://localhost:" port))))
|
||||||
|
|
Reference in a new issue