Skip to content

Instantly share code, notes, and snippets.

View jaredcunha's full-sized avatar

Jared Cunha jaredcunha

View GitHub Profile
module.exports = function(grunt) {
"use strict";
// -------------------------------------------------------------------------
// #### Load plugins as needed ####
// Using a 'just in time' approach -- meaning: only load plugins when they
// are needed -- this will automatically find, then load, any and all
// plugins that are needed by the task currently being executed. It will
// scan the devDependencies object, in package.json, and match any of the