The entire grunt-contrib suite.
$ cnpm install grunt-contrib
This grunt-contrib plugins hoarder bundle is DEPRECATED.
Instead you can install all the contrib plugins individually:
$ npm install --save-dev grunt-contrib-clean grunt-contrib-coffee grunt-contrib-compass grunt-contrib-compress grunt-contrib-concat grunt-contrib-connect grunt-contrib-copy grunt-contrib-cssmin grunt-contrib-csslint grunt-contrib-handlebars grunt-contrib-htmlmin grunt-contrib-imagemin grunt-contrib-jade grunt-contrib-jasmine grunt-contrib-jshint grunt-contrib-jst grunt-contrib-less grunt-contrib-nodeunit grunt-contrib-qunit grunt-contrib-requirejs grunt-contrib-sass grunt-contrib-stylus grunt-contrib-uglify grunt-contrib-watch grunt-contrib-yuidoc grunt-contrib-symlink
The above is only meant for quickly being able to try out grunt. For anything else install only what you actually need.

Clean files and folders.

Compile CoffeeScript files to JavaScript.

Compile Sass to CSS using Compass

Compress files and folders.

Concatenate files.

Start a connect web server.

Copy files and folders.

Compress CSS files.

Lint CSS files.

Precompile Handlebars templates to JST file.

Minify HTML

Minify PNG, JPEG and GIF images

Compile Jade templates.

Run jasmine specs headlessly through PhantomJS.

Validate files with JSHint.

Precompile Underscore templates to JST file.

Compile LESS files to CSS.

Run Nodeunit unit tests.

Run QUnit unit tests in a headless PhantomJS instance.

Optimize RequireJS projects using r.js.

Compile Sass to CSS

Compile Stylus files to CSS.

Minify files with UglifyJS.

Run predefined tasks whenever watched file patterns are added, changed or deleted.

Compile YUIDoc Documentation.

Create symbolic links.
Task submitted by Tyler Kellen
Copyright 2013 - present © cnpmjs.org | Home |