0.1.3 • Published 5 years ago

grunt-load v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

grunt-load

NPM version NPM dependencies

Load utilities for grunt.

Getting Started

npm install --save-dev grunt-load

In your Gruntfile, require the module, passing it grunt:

var gruntload = require('grunt-load')(grunt);

To automatically load all grunt plugins you've installed via npm:

gruntload.loadNpmTasks();

To load at once multiple grunt plugins you've installed via npm:

gruntload.loadNpmTasks(['grunt-contrib-watch', 'grunt-contrib-jshint'])

Also supports the grunt native style of loading a single plugin from npm:

gruntload.loadNpmTasks('grunt-contrib-watch')
0.1.3

5 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago