Skip to content

Instantly share code, notes, and snippets.

@butchpage
Created February 23, 2014 22:38
Show Gist options
  • Select an option

  • Save butchpage/9178355 to your computer and use it in GitHub Desktop.

Select an option

Save butchpage/9178355 to your computer and use it in GitHub Desktop.
Gruntfile.js
'use strict';
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
});
// Load tasks
grunt.loadNpmTasks('');
// Register tasks
grunt.registerTask('', ['']);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment