- Update devDependencies including uncss to v0.12.0
- Add Windows testing via AppVeyor
- Update devDependencies
- Fail when no files and URLs are defined
- Update all dependencies except for uncss
- Remove the unused underscore dependency
- Lock uncss to v0.8.1 due to various issues
- Update the other dependencies
- Update dependencies
- Update README.md
- Update uncss
- Additional cleanup for
report
option
- Fix failure when
report
wasn't set
- Update dependencies including uncss to 0.8.0
- Enable
report
by default and switch to usingmaxmin
Changelog coming soon.
- Upgrades to uncss 0.6.2 - brings stable support for PhantomJS and processing dynamically injected CSS via JavaScript, a better selector engine (CSSSelect via cheerio)
- Now supports
csspath
,ignore
,raw
,timeout
options - Improved support for multiple files, general stability fixes with issues upstream now fixed
- Added new suite of unit tests. Run with
grunt test
- Readme now includes links to articles, videos, a better Bootstrap 3 example
- General improvements to sample Gruntfile.js (processhtml, cssmin, load-grunt-tasks)
- Complimentary plugin for Gulp is now available