- fix: LESS options can now take additional roots. #47
- internal: removed undocumented resourcePaths feature. #46
- fix: use postscss to process autoprefixer. This fixes a deprecation warning from autoprefixer.
- internal: move test file into test dir
- internal: add eslint
- fix: don't run autoprefixer if there's an error. This makes error output more clear.
- add css & assets watch mode for livereload (@serapath)
- add autoprefixer (@serapath)
- code style cleanup
- now testing on iojs and node 0.12
- update dependencies
- fix some wonky tests
- tests now error if the callback throws an error
- Adds support for multiple entry files.
- Adds support for specifying variables with a JSON file
- Adds support for bower.
- adds support for the new css var syntax (
--color: red
vs. the oldvar-color: red
)