mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:36:37 +02: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-view.clj
|
||||
gzip -9c dist/js/view.js > dist/js/view.js.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue