Skip to content

Instantly share code, notes, and snippets.

@TheHanna
Forked from strathmeyer/Gruntfile.js
Last active February 25, 2016 19:14
Show Gist options
  • Save TheHanna/51628400b8b2dfb0a6df to your computer and use it in GitHub Desktop.
Save TheHanna/51628400b8b2dfb0a6df to your computer and use it in GitHub Desktop.
A simple, blank Gruntfile
module.exports = function(grunt) {
grunt.initConfig({
});
// grunt.loadNpmTasks('grunt-contrib-concat');
grunt.registerTask('default', ['']);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment