Fix npm uglifyjs missing package error

uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs). Instead use uglify-js.
pull/163/head
Daniel Gräber 9 years ago
parent 5f511023e9
commit 763586448a

2
Vagrantfile vendored

@ -34,7 +34,7 @@ $bootstrap = <<BOOTSTRAP
curl -sL https://deb.nodesource.com/setup | bash -
apt-get install -y nodejs
npm install -g bower requirejs uglifyjs jade
npm install -g bower requirejs uglify-js jade
cd /vagrant
python setup.py develop

Loading…
Cancel
Save