Plugin enabling ASPAX to handle LESS files.
npm install aspax-less-handlerA plugin that enables ASPAX to handle LESS files.
npm install aspax-less-handler
If you're running ASPAX in a Node.js application root folder, consider using the --save-dev option to avoid deploying this plugin to your production environment:
npm install aspax-less-handler --save-dev
.less source files in aspax.yml: app.css:
- lib.css
- styles-1.less
- script-2.less
@import statements and automatically trigger ASPAX to rebuild the parrent asset if one of the files in your import tree changes.
[npm-image]: https://img.shields.io/npm/v/aspax-less-handler.svg?style=flat-square
[npm-url]: https://npmjs.org/package/aspax-less-handler
[david-image]: http://img.shields.io/david/icflorescu/aspax-less-handler.svg?style=flat-square
[david-url]: https://david-dm.org/icflorescu/aspax-less-handler
[license-image]: http://img.shields.io/npm/l/aspax-less-handler.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/aspax-less-handler.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/aspax-less-handler