project-task-runner v1.0.2
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-cli
Installation
$ npm install project-task-runner
Install dependencies:
Navigate to the root node_modules/project-task-runner/ directory, then run
$ npm install
npm 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-scss
Watch task for LESS
$ grunt watch-less
Watch task for STYLUS
$ grunt watch-stylus
Compile task for SASS/SCSS
$ grunt dist-scss
Compile task for LESS
$ grunt dist-less
Compile task for STYLUS
$ grunt dist-stylus
Full distribution task for SASS/SCSS
$ grunt dist-scss
Full distribution task for LESS
$ grunt dist-less
Full distribution task for STYLUS
$ grunt dist-stylus
License
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago