Skip to content

Instantly share code, notes, and snippets.

@rjz
Created May 31, 2013 22:48
Show Gist options
  • Select an option

  • Save rjz/5688453 to your computer and use it in GitHub Desktop.

Select an option

Save rjz/5688453 to your computer and use it in GitHub Desktop.
Boilerplate Gruntfile
'use strict';
module.exports = function (grunt) {
// load all grunt tasks
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
// set up config
grunt.initConfig({
});
// register a few tasks
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment