penpot/frontend/scripts/dist-worker
2017-02-21 11:25:01 +01:00

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