fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Re-spec tasks of spec file (Grunt compile)

This commit is contained in:
Juan Manuel Parrilla 2014-08-25 16:42:10 +02:00
parent 71193223a0
commit 22f3fe0266
1 changed files with 1 additions and 4 deletions

View File

@ -60,7 +60,7 @@ chkconfig --add shelfzilla
rmdir %{_app_dir}/init/
## Npm install
cd %{_app_dir} && npm install
cd %{_app_dir} && npm install --production
## pip install
pip install -r %{_app_dir}/config/production/requirements.txt
@ -74,9 +74,6 @@ python2.7 %{_app_dir}/manage.py migrate
## Bower
bower install --allow-root
## Grunt compile
cd %{_app_dir} && grunt compile
## Collect static
python2.7 manage.py collectstatic --clear --noinput