mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 20:26:30 +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-view.clj
|
|
gzip -9c dist/js/view.js > dist/js/view.js.gz
|