mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
4 lines
No EOL
109 B
Bash
Executable file
4 lines
No EOL
109 B
Bash
Executable file
#! /bin/bash
|
|
terser index.js > index.min.js
|
|
terser ../data.js > data.min.js
|
|
postcss index.css > index.min.css |