Created
February 13, 2017 13:56
-
-
Save amit1952/343b1504169098c43d01a984d992e7d7 to your computer and use it in GitHub Desktop.
Gruntfile starter code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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