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"]
|
||||
[com.cemerick/url "0.1.1"]
|
||||
[criterium "0.4.3" :scope "test"]]
|
||||
:source-paths ["src/clojure"]
|
||||
:java-source-paths ["src/java"]
|
||||
:main main
|
||||
:plugins [[lein-ring "0.8.10"]
|
||||
[lein-environ "0.4.0"]]
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
:init init
|
||||
:auto-reload? true
|
||||
:destroy destroy
|
||||
:open-browser? false
|
||||
:join? false}))
|
||||
(println (str "You can view the site at http://localhost:" port))))
|
||||
|
Reference in a new issue