Setup: add casperjs, some cleaning.

This commit is contained in:
Artem Sapegin 2012-11-28 11:13:30 +04:00
parent 0cfc792ff2
commit 3916e1e0c8
1 changed files with 5 additions and 5 deletions

View File

@ -48,16 +48,16 @@ cd -
# Everything else
brew install unrar
brew install node
# Remove outdated versions from the cellar
brew cleanup
# Node.js
brew install node
brew install casperjs
npm install -g grunt
npm install -g jshint
npm install -g bower
# Python
sudo pip install fabric
sudo pip install fabric
# Remove outdated versions from the cellar
brew cleanup