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:
|
||||
- lein do clean, test
|
||||
- lein do clean, doo phantom test once
|
||||
- lein do clean, cljsbuild once prod
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
:source-map true
|
||||
:source-map-timestamp true}}
|
||||
:prod
|
||||
{:source-paths ["src" "test"]
|
||||
{:source-paths ["src" "dev/cljs"]
|
||||
:compiler {:output-to "dev/resources/public/js/compiled/mount.js"
|
||||
:optimizations :advanced
|
||||
:pretty-print false}}}}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue