6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
terser install.js -c -m > install.min.js
|