From 558f194c06feb52bac34ea81034816a847393b7f Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 1 Sep 2017 17:19:32 +0530 Subject: [PATCH] run webpack target instead of webpack-prod --- debian/rake-tasks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh index de0e67e2d1..086c9ca190 100755 --- a/debian/rake-tasks.sh +++ b/debian/rake-tasks.sh @@ -28,7 +28,7 @@ chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret echo "Installing node modules" runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules' runuser -u ${gitlab_user} -- sh -c 'npm install' -runuser -u ${gitlab_user} -- sh -c 'npm run webpack-prod' +runuser -u ${gitlab_user} -- sh -c 'npm run webpack' echo "Precompiling assets..." runuser -u ${gitlab_user} -- sh -c 'bundle exec rake tmp:cache:clear assets:precompile'