Awesome
<div align="center"> <a href="http://github.com/flyjs/fly"> <img width=200px src="https://cloud.githubusercontent.com/assets/8317250/8733685/0be81080-2c40-11e5-98d2-c634f076ccd7.png"> </a> </div>Usage
Check out the documentation to see the available options.
Install
npm install -D fly-less
Example
module.exports.default = function* () {
yield this
.source("src/**/*.less")
.less()
.target("dist/")
}
License
MIT © Daijiro Wachi et al