cppcheck/htdocs/site/minify

8 lines
264 B
Plaintext
Raw Normal View History

#!/bin/bash
2012-11-29 16:02:25 +01:00
# install node.js and then run:
# npm install -g clean-css
# npm install -g uglify-js
2013-02-15 08:41:01 +01:00
cat css/all.css css/demo.css css/normalize.css | cleancss --s0 -o css/pack.css
uglifyjs js/github.js js/picnet.table.filter.min.js -o js/pack.js --compress --mangle