1.0.2 • Published 9 years ago

project-task-runner v1.0.2

Weekly downloads
30
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.1

9 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26

9 years ago

0.0.25

9 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

1.0.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago