update
This commit is contained in:
parent
bef56ddf68
commit
d416a7641b
3 changed files with 20 additions and 40 deletions
|
|
@ -72,4 +72,12 @@
|
|||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s main %s" action (str/join " " args)))
|
||||
(when (= "release" action)
|
||||
(println "Also building dev release build")
|
||||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s dev %s" action (str/join " " args)))))
|
||||
(build* (format "-M -m shadow.cljs.devtools.cli --force-spawn %s main %s %s"
|
||||
action
|
||||
"--config-merge '{:compiler-options {:optimizations :simple
|
||||
:pretty-print true
|
||||
:pseudo-names true}
|
||||
:output-dir \"resources/public/js/dev\"
|
||||
:modules {:scittle.cljs-devtools.dev {:entries [scittle.cljs-devtools]
|
||||
:depends-on #{:scittle}}}}'"
|
||||
(str/join " " args)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue