cppcheck/htdocs/site/minify

8 lines
245 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
cat css/all.css css/demo.css css/normalize.css | cleancss -o css/pack.css
2012-11-29 16:02:25 +01:00
uglifyjs js/github.js js/picnet.table.filter.min.js -o js/pack.js -c -m