1.0.0 • Published 10 years ago
construx-less v1.0.0
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-less
Configure
Where you configure your construx plugins:
{
"star": {
"module": "construx-less",
"files": "/star/**/*.css",
}
}
Note: See construx README for general usage of construx