mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 04:21:12 +00:00
Simplified build system
This commit is contained in:
@@ -1 +0,0 @@
|
||||
clj -R:repl build.clj figwheel
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
mkdir -p docs/assets
|
||||
clj -R:repl build.clj compile once
|
||||
clj -m cljs.main -v -O advanced -d target/js -o target/js/pluto.js -c pluto.demo
|
||||
cp target/js/pluto.js docs/assets
|
||||
cp -R resources/public/assets/* docs/assets
|
||||
cp resources/public/index.html docs/
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
clojure -Sdeps '{:deps {olical/cljs-test-runner {:mvn/version "1.0.0"}}}' -m cljs-test-runner.main
|
||||
Reference in New Issue
Block a user