running grunt is technically unnecessary

This commit is contained in:
Todd Ogin
2015-02-15 18:17:52 -05:00
parent 65c6d5fc9d
commit 6c9a075aae

View File

@@ -71,9 +71,6 @@ npm install --no-bin-link
echo Installing Bower packages
sudo -H -u vagrant bower --config.interactive=false install -f
echo Running Grunt
sudo -H -u vagrant grunt
## # echo Seeding Mongodb...
## node ./src/seed.js
## no longer required - see comments in src/seed.js