diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-03 06:27:13 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-03 06:27:13 +0100 |
commit | ae9b9907f234c6578b26ecf466756453f3115b2c (patch) | |
tree | 9087675e866c08274f4d511da682aa4d72013849 /bin | |
parent | Add the yarnpkg dependency to the README (diff) | |
download | packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.tar.gz packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.tar.bz2 packages-5-ae9b9907f234c6578b26ecf466756453f3115b2c.zip |
Update to Bootstrap 4
Update the project to Bootstrap 4, which is a major rewrite of the
entire project. So far, a Tyrian version that is based on Bootstrap 4
is included for that reason. However, in future, it may be retrieved
from the CDN or installed as node module.
Webpacker is bundeling all of the javascript code and stylesheets.
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/first-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/first-run b/bin/first-run index 564adf5..f850cc8 100755 --- a/bin/first-run +++ b/bin/first-run @@ -7,7 +7,7 @@ bundler install yarn install --check-files bundle exec rake tmp:create RAILS_ENV=${1:-development} bundle exec rake tmp:cache:clear RAILS_ENV=${1:-development} -bundle exec rake webpacker:compile RAILS_ENV=${1:-development} +bundle exec rake webpacker:compile RAILS_ENV=production bundle exec rake kkuleomi:index:init RAILS_ENV=${1:-development} ./bin/update-all.sh ${1:-development} |