Skip to content

Instantly share code, notes, and snippets.

@slayerfat
Created January 19, 2015 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slayerfat/64e2eab6c2c3027394eb to your computer and use it in GitHub Desktop.
Save slayerfat/64e2eab6c2c3027394eb to your computer and use it in GitHub Desktop.
barebones Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment