website: Vagrantfile doesn't need node stuff

This commit is contained in:
Mitchell Hashimoto 2014-09-04 20:43:48 -07:00
parent 7e2090b186
commit a87ce5f9c7
1 changed files with 0 additions and 10 deletions

10
website/Vagrantfile vendored
View File

@ -18,16 +18,6 @@ rvm --default use 2.0.0
# Middleman deps
cd /vagrant
bundle
# JS stuff
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update -y
sudo apt-get install -y nodejs
# Get JS deps
cd /vagrant/source
npm install
SCRIPT
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|