mirror of
https://github.com/penpot/penpot.git
synced 2025-05-02 05:15:54 +02:00
3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
lein trampoline run -m clojure.main scripts/dist-worker.clj
|
|
gzip -9c dist/js/worker.js > dist/js/worker.js.gz
|