Skip to content

Instantly share code, notes, and snippets.

@JulianeAlbuquerque
Created November 12, 2014 14:23
Show Gist options
  • Save JulianeAlbuquerque/ffa3a8654a95d0bc656f to your computer and use it in GitHub Desktop.
Save JulianeAlbuquerque/ffa3a8654a95d0bc656f to your computer and use it in GitHub Desktop.
Model Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
});
grunt.loadNpmTasks(' NAME_TASK ');
grunt.registerTask('default', []);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment