Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Last active August 29, 2015 14:04
Show Gist options
  • Save bmarshall511/be395bef163dce920a99 to your computer and use it in GitHub Desktop.
Save bmarshall511/be395bef163dce920a99 to your computer and use it in GitHub Desktop.
Used to configure and load Grunt plugins.
module.exports = function(grunt) {
// Measures the time each task takes
require('time-grunt')(grunt);
// Load Grunt config
require('load-grunt-config')(grunt);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment