Skip to content

Instantly share code, notes, and snippets.

@codecandies
Created September 12, 2013 08:18
Show Gist options
  • Save codecandies/6534363 to your computer and use it in GitHub Desktop.
Save codecandies/6534363 to your computer and use it in GitHub Desktop.
the basic do-nothing Gruntfile.js
//Wrapper function with one parameter
module.exports = function(grunt) {
// What to do by default. In this case, nothing.
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment