Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Created June 5, 2017 22:41
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 craigiswayne/c51f9911a8144595bfcd763f7c87dd41 to your computer and use it in GitHub Desktop.
Save craigiswayne/c51f9911a8144595bfcd763f7c87dd41 to your computer and use it in GitHub Desktop.
Manage your json file data via a grunt task
##
# Work in Progress
##
npm init
npm install grunt --save-dev
npm install grunt-update-json@0.2.2 --save-dev
npm install matchdep@1.0.1 --save-dev
touch Gruntfile.js
touch manifest.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment