Skip to content

Instantly share code, notes, and snippets.

@jlouthan
Created January 27, 2014 17:52
Show Gist options
  • Save jlouthan/8653752 to your computer and use it in GitHub Desktop.
Save jlouthan/8653752 to your computer and use it in GitHub Desktop.
Basic Gruntfile.js generated by the Uncorked Studios getting-started grunt-init template
// wrapper function
module.exports = function(grunt){
// load all our Grunt plugins
require('load-grunt-tasks')(grunt);
grunt.initConfig({
pkg: grunt.file.readJSON('package.json')
// task configuration goes here
});
// define the default task that executes when we run 'grunt' from inside the project
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment