Remove unused source path causing problems
This commit is contained in:
parent
90e512d59d
commit
6a27015edb
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@
|
|||
:min-lein-version "2.1.2"
|
||||
:plugins [[lein-cljsbuild "1.0.3"]
|
||||
[lein-ring "0.8.6"]]
|
||||
:cljsbuild {:builds {:dev {:source-paths ["src/cljs" "src/cljc" "target/generated/cljs"]
|
||||
:cljsbuild {:builds {:dev {:source-paths ["src/cljs" "src/cljc"]
|
||||
:compiler {:output-dir "resources/public/js/out"
|
||||
:output-to "resources/public/js/grub.js"
|
||||
:optimizations :none
|
||||
:source-map true}}
|
||||
:prod {:source-paths ["src/cljs" "src/cljc" "target/generated/cljs"]
|
||||
:prod {:source-paths ["src/cljs" "src/cljc"]
|
||||
:compiler {:output-to "resources/public/js/grub.min.js"
|
||||
:optimizations :advanced
|
||||
:pretty-print false
|
||||
|
|
Loading…
Add table
Reference in a new issue