Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created December 20, 2013 10:19
Show Gist options
  • Save jbutko/8052916 to your computer and use it in GitHub Desktop.
Save jbutko/8052916 to your computer and use it in GitHub Desktop.
Grunt: Load Grunt tasks automatically
// install matchdep
npm install matchdep --save-dev
// and insert this into gruntfile.js
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment