test -> dev/cljs for cljs :advanced
This commit is contained in:
parent
c32f7a892f
commit
a8ff02c348
2 changed files with 2 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ test:
|
||||||
override:
|
override:
|
||||||
- lein do clean, test
|
- lein do clean, test
|
||||||
- lein do clean, doo phantom test once
|
- lein do clean, doo phantom test once
|
||||||
|
- lein do clean, cljsbuild once prod
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
:source-map true
|
:source-map true
|
||||||
:source-map-timestamp true}}
|
:source-map-timestamp true}}
|
||||||
:prod
|
:prod
|
||||||
{:source-paths ["src" "test"]
|
{:source-paths ["src" "dev/cljs"]
|
||||||
:compiler {:output-to "dev/resources/public/js/compiled/mount.js"
|
:compiler {:output-to "dev/resources/public/js/compiled/mount.js"
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:pretty-print false}}}}}
|
:pretty-print false}}}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue