cppcheck/htdocs/site/minify.bat
2012-12-03 12:32:56 +01:00

12 lines
258 B
Batchfile

@echo off
rem install node.js and then run:
rem npm install -g clean-css
rem npm install -g uglify-js
pushd %~dp0
type css\all.css css\demo.css | cleancss -o css\pack.css
cmd /c uglifyjs js/github.js js/picnet.table.filter.min.js -o js/pack.js -c -m
popd