Skip to content

Instantly share code, notes, and snippets.

@gideonheilbron
Created July 11, 2014 13:09
Show Gist options
  • Save gideonheilbron/0b048902533ba3b621fa to your computer and use it in GitHub Desktop.
Save gideonheilbron/0b048902533ba3b621fa to your computer and use it in GitHub Desktop.
Without matchdep, we would have to write grunt.loadNpmTasks("grunt-task-name"); for each dependency, which would quickly add up as we find and install other plugins.
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