scripts/bootstrap in polytrix-0.0.1 vs scripts/bootstrap in polytrix-0.1.0.pre
- old
+ new
@@ -1,10 +1,2 @@
#!/bin/bash
-gem install bundler --no-ri --no-rdoc
-rbenv rehash
-bundle update
-virtualenv polytrix
-source polytrix/bin/activate
-pip install pygments
-npm install groc
-export PATH="$PATH:`pwd`/node_modules/.bin"
-bundle exec rake bootstrap
+bundle install