|
@@ -78,8 +78,8 @@
|
|
|
"gulp:mobile-watch": "gulp watchMobile",
|
|
|
"css:mobile-build": "postcss tailwind.mobile.css -o static/mobile/style.css --verbose --env production",
|
|
|
"css:mobile-watch": "cross-env TAILWIND_MODE=watch postcss tailwind.mobile.css -o static/mobile/style.css --verbose --watch",
|
|
|
- "cljs:mobile-watch": "clojure -M:cljs watch mobile workers",
|
|
|
- "cljs:release-mobile": "clojure -M:cljs release mobile workers",
|
|
|
+ "cljs:mobile-watch": "clojure -M:cljs watch mobile workers --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
|
|
+ "cljs:release-mobile": "clojure -M:cljs release mobile workers --config-merge \"{:output-dir \\\"./static/mobile/js\\\" :asset-path \\\"/static/mobile/js\\\" :release {:asset-path \\\"http://localhost\\\"}}\"",
|
|
|
"cljs:dev-watch": "clojure -M:cljs watch app workers electron mobile",
|
|
|
"cljs:app-watch": "clojure -M:cljs watch app workers",
|
|
|
"cljs:electron-watch": "clojure -M:cljs watch app workers electron --config-merge \"{:asset-path \\\"./js\\\"}\"",
|