project-task-runner
v1.0.2
Published
Project task runner
Readme
A javascript task runner for compiling CSS Pre-Processor (SASS/SCSS, LESS or STYLUS) files to minified/unminified CSS.
Getting started
This package requires grunt-cli. Install grunt-cli globally with
$ npm install -g grunt-cliInstallation
$ npm install project-task-runnerInstall dependencies:
Navigate to the root node_modules/project-task-runner/ directory, then run
$ npm installnpm will look at the package.json file and automatically install the necessary local dependencies listed there.
Tasks command
Watch task for SASS/SCSS
$ grunt watch-scssWatch task for LESS
$ grunt watch-lessWatch task for STYLUS
$ grunt watch-stylusCompile task for SASS/SCSS
$ grunt dist-scssCompile task for LESS
$ grunt dist-lessCompile task for STYLUS
$ grunt dist-stylusFull distribution task for SASS/SCSS
$ grunt dist-scssFull distribution task for LESS
$ grunt dist-lessFull distribution task for STYLUS
$ grunt dist-stylus