grunt-load

0.1.3 • Public • Published

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')

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i grunt-load

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

7.1 kB

Total Files

7

Last publish

Collaborators

  • adjohnson916