1.0.2 • Published 8 years ago

project-task-runner v1.0.2

Weekly downloads
30
License
MIT
Repository
github
Last release
8 years ago

A javascript task runner for compiling CSS Pre-Processor (SASS/SCSS, LESS or STYLUS) files to minified/unminified CSS.

Built with Grunt

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

MIT

1.0.2

8 years ago

1.0.1

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

1.0.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago