From 22f3fe0266fc0bfcff3aad0338486c18ea0fa047 Mon Sep 17 00:00:00 2001 From: Juan Manuel Parrilla Date: Mon, 25 Aug 2014 16:42:10 +0200 Subject: [PATCH] Re-spec tasks of spec file (Grunt compile) --- rpm/spec/shelfzilla.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rpm/spec/shelfzilla.spec b/rpm/spec/shelfzilla.spec index f765da8..81598ec 100644 --- a/rpm/spec/shelfzilla.spec +++ b/rpm/spec/shelfzilla.spec @@ -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