Skip to content

Instantly share code, notes, and snippets.

@shaosh
Created November 18, 2015 18:57
Show Gist options
  • Save shaosh/8a70f2d21cf981f06023 to your computer and use it in GitHub Desktop.
Save shaosh/8a70f2d21cf981f06023 to your computer and use it in GitHub Desktop.
Gruntfile.js of Grunt template
module.exports = function(grunt) {
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
grunt.initConfig({
pkg: grunt.file.readJSON('package.json')
});
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment