Improve initial compilation and add worker compilation to dist.

This commit is contained in:
Andrey Antukh
2016-04-11 18:03:34 +03:00
parent 280c272c2a
commit 2ef31f3e08
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"watch": "gulp",
"dist": "gulp clean && ./scripts/dist && gulp dist",
"clean": "gulp clean",
"figwheel": "./scripts/figwheel",
"figwheel": "./scripts/build-worker && ./scripts/figwheel",
"test-watch": "./scripts/watch",
"test-build": "./scripts/build"
},

View File

@@ -1,2 +1,3 @@
#!/bin/sh
lein trampoline run -m clojure.main scripts/build-worker.clj
lein trampoline run -m clojure.main scripts/dist.clj