node-load-grunt-tasks

Load multiple grunt tasks using globbing patterns
  https://github.com/sindresorhus/load-grunt-tasks
  0
  no reviews



Usually you would have to load each task one by one, which is unnecessarily cumbersome.

This module will read the dependencies/devDependencies/peerDependencies /optionalDependencies in your package.json and load grunt tasks that match the provided patterns.

Node.js is an event-based server-side JavaScript engine.