fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Added allow root in bower command

This commit is contained in:
Juan Manuel Parrilla 2014-04-23 00:32:53 +02:00
parent ce5b691d08
commit b5d9888d41
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ python2.7 %{_app_dir}/manage.py syncdb
## Migrate
python2.7 %{_app_dir}/manage.py migrate
## Bower
bower install --allow-root
## Grunt compile
cd %{_app_dir} && grunt compile