mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 11:45:40 +00:00
4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
lein trampoline run -m clojure.main scripts/dist-main.clj
|
|
gzip -9c dist/js/main.js > dist/js/main.js.gz
|