Created
May 16, 2014 18:02
-
-
Save lpf23/4a0ff4fbc7cef6249d1f to your computer and use it in GitHub Desktop.
Update Jekyll Theme Using NPM & Grunt
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
$ cd /workspace/TECBlog <---- location of package.json file | |
$ npm install <---- install packages referenced in package.json (only need to run once) | |
$ grunt <---- run commands (theme changes, optimizations, etc.) in Gruntfile.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment