Fix npm uglifyjs missing package error

uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs). Instead use uglify-js.
This commit is contained in:
Daniel Gräber 2015-02-17 17:16:34 +01:00
parent 5f511023e9
commit 763586448a

2
Vagrantfile vendored
View File

@ -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