Skip to content

Instantly share code, notes, and snippets.

@lpf23
Created May 16, 2014 18:02
Show Gist options
  • Save lpf23/4a0ff4fbc7cef6249d1f to your computer and use it in GitHub Desktop.
Save lpf23/4a0ff4fbc7cef6249d1f to your computer and use it in GitHub Desktop.
Update Jekyll Theme Using NPM & Grunt
$ 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