mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
Generate .gz files for dist build.
This commit is contained in:
parent
a546811b40
commit
835dcb15d7
3 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
lein trampoline run -m clojure.main scripts/dist-main.clj
|
||||
gzip -9c dist/js/main.js > dist/js/main.js.gz
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
lein trampoline run -m clojure.main scripts/dist-view.clj
|
||||
gzip -9c dist/js/view.js > dist/js/view.js.gz
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
lein trampoline run -m clojure.main scripts/dist-worker.clj
|
||||
gzip -9c dist/js/worker.js > dist/js/worker.js.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue