Add export of JS locales to setup_dev script\n\nThis will make it easier to run tests locally by simply running this script beforehand

pull/8684/head
Oliver Günther 4 years ago
parent 3165976809
commit 9a938042fe
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 3
      bin/setup_dev

@ -17,6 +17,9 @@ try 'npm install --no-shrinkwrap >> log/setup_dev.log'
echo "Linking plugin modules"
try 'bundle exec rake openproject:plugins:register_frontend >> log/setup_dev.log'
echo "Exporting frontend locale files"
try 'bundle exec rake i18n:js:export >> log/setup_dev.log'
echo "---------------------------------------"
echo "Done. Now start the following services"
echo '- Rails server `RAILS_ENV=development ./bin/rails s`'

Loading…
Cancel
Save