Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created January 31, 2015 18:27
Show Gist options
  • Select an option

  • Save timbergus/c1451513214fe54b725f to your computer and use it in GitHub Desktop.

Select an option

Save timbergus/c1451513214fe54b725f to your computer and use it in GitHub Desktop.
Basic gruntfile.js
module.exports = function (grunt) {
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