From 3916e1e0c87ac5b43ce09b227f5af4bc539a9c88 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 28 Nov 2012 11:13:30 +0400 Subject: [PATCH] Setup: add casperjs, some cleaning. --- setup/stuff.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup/stuff.sh b/setup/stuff.sh index 017c0d1..4396bf0 100755 --- a/setup/stuff.sh +++ b/setup/stuff.sh @@ -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 \ No newline at end of file +sudo pip install fabric + +# Remove outdated versions from the cellar +brew cleanup