* Various hidden / binary files will now be flagged
* Upgrade WebExtension manfiest schema to 0.2.0 (optional id)
* Now flagging by file extension or magic number
* CSS related errors are now warnings
* Adds simple wrapper around addons-linter
* runs addons-linter if switch 'addons-linter' is active
* only runs it for WebExtensions
* Adds basic compatibility wrapper to integrate it's output
into the rest of AMO without rewriting everything
fixes#882, fixes#1854, fixes#1853, fixes#1855, fixes#884
clean-css is used by jingo-minify, which executes it as a subprocess. The CLI arguments have not changed between 0.x and 2.0.x, so this should be safe. We should notice a distinct size win in our asset bundles.
uglify-js is the same: the arguments have not changed and the latest version(s) offer bug fixes, efficiency improvements, and minor size wins.
- Commonplace requires node 0.10.x or higher to run (sorry Ubuntu), as do some of our existing dependencies.
- Add commonplace as a dependency for folks that don't work on front-end code.
- Bump our version because 0.0.1 is a sad sally.