Simplified build system

This commit is contained in:
Julien Eluard
2018-06-04 09:33:49 +02:00
parent 1935f0eaa5
commit 1e6ede7ed6
14 changed files with 33 additions and 1402 deletions
-1
View File
@@ -1 +0,0 @@
clj -R:repl build.clj figwheel
+2 -1
View File
@@ -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
View File
@@ -1 +0,0 @@
clojure -Sdeps '{:deps {olical/cljs-test-runner {:mvn/version "1.0.0"}}}' -m cljs-test-runner.main