minify.sh (92B)
1 #!/bin/sh 2 # npm install -g uglify-es 3 uglifyjs --compress --mangle < fwebc.js > fwebc.min.js