construx-less
v1.0.0
Published
Less JIT template compiler plugin for construx
Readme
construx-less
Lead Maintainer: Matt Edelman
construx plugin for JIT-compiling less resources to css during development of express applications.
Usage
Install
$ npm install --save-dev construx-lessConfigure
Where you configure your construx plugins:
{
"star": {
"module": "construx-less",
"files": "/star/**/*.css",
}
}Note: See construx README for general usage of construx

