html-minify
Version:
minify html, and any CSS or JS included in your markup
12 lines (11 loc) • 337 B
YAML
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
before_script:
- npm install -g nodeunit
- node bin/htmlminify -o test/fixtures/index.html test/ori/index.html
- node bin/htmlminify -o test/fixtures/tags.html test/ori/tags.html
- node bin/htmlminify -o test/fixtures/index-gbk.html test/ori/index-gbk.html -c gbk