Skip to content

Instantly share code, notes, and snippets.

@jsmarkus
Last active January 3, 2016 23:49
Show Gist options
  • Save jsmarkus/8537739 to your computer and use it in GitHub Desktop.
Save jsmarkus/8537739 to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
TASKNAME: {
options:{},
dev:{}
},
});
grunt.loadNpmTasks('grunt-contrib-TASKNAME');
grunt.registerTask('default', ['TASKNAME']);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment