Skip to content

Instantly share code, notes, and snippets.

@SirPepe
Created December 5, 2013 12:46
Show Gist options
  • 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