Skip to content

Instantly share code, notes, and snippets.

@ambienttraffic
Last active August 29, 2015 14:14
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 ambienttraffic/1c2d6d08f1033f77433d to your computer and use it in GitHub Desktop.
Save ambienttraffic/1c2d6d08f1033f77433d to your computer and use it in GitHub Desktop.
installing grunt and grunticon
steps to install grunt
http://blog.teamtreehouse.com/install-node-js-npm-mac
1. make sure you have XCode
gcc --version
2. make sure you have ruby
ruby -v
3. install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4. install Node.js using homebrew
brew install node
5. check if you have node and npm installed
node -v
npm -v
(you should get version numbers)
6. install grunt CLI
sudo npm install -g grunt-cli
7. install project dependencies: navigate to /media/ dir at CL, then type
sudo npm install
REFERENCES
http://gruntjs.com/getting-started
http://blog.teamtreehouse.com/install-node-js-npm-mac
http://blog.iconfinder.com/get-started-with-grunticon/
https://github.com/filamentgroup/grunticon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment