Skip to content

Instantly share code, notes, and snippets.

@amit1952
Created February 13, 2017 13:56
Show Gist options
  • Save amit1952/343b1504169098c43d01a984d992e7d7 to your computer and use it in GitHub Desktop.
Save amit1952/343b1504169098c43d01a984d992e7d7 to your computer and use it in GitHub Desktop.
Gruntfile starter code.
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json')
// Rest of the stuff goes here
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment