0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

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
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
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