mirror of
https://github.com/penpot/penpot.git
synced 2025-06-18 13:41:37 +02:00
3 lines
114 B
Bash
Executable file
3 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
|