Skip to content

Instantly share code, notes, and snippets.

@SirPepe
Created December 5, 2013 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirPepe/7804605 to your computer and use it in GitHub Desktop.
Save SirPepe/7804605 to your computer and use it in GitHub Desktop.
module.exports = function(grunt){
grunt.initConfig({
pkg: grunt.file.readJSON('package.json')
});
grunt.loadNpmTasks('grunt-contrib');
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment