Skip to content

Instantly share code, notes, and snippets.

@dakoctba
Created December 6, 2013 16:54
Show Gist options
  • Save dakoctba/7828197 to your computer and use it in GitHub Desktop.
Save dakoctba/7828197 to your computer and use it in GitHub Desktop.

##How to install Grunt

sudo npm uninstall -g grunt
sudo npm install -g grunt-cli

Prepare package.json file

npm init

Add grunt server dependency

npm install grunt --save-dev --no-bin-links (no-bin-links tells npm to not create any symbolic links. There isn't a way - to my knowledge - of translating symlinks to a windows share)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment