diff options
author | Go MAEDA <maeda@farend.jp> | 2025-04-09 02:04:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-04-09 02:04:59 +0000 |
commit | d75a2ff7aff4aec2730dc371ae96ebb3bbfdc2af (patch) | |
tree | c053f275a095058cb819e876706feab1704192f6 | |
parent | fc22603b05e86582c22c1199c0502b46dd0d904d (diff) | |
download | redmine-d75a2ff7aff4aec2730dc371ae96ebb3bbfdc2af.tar.gz redmine-d75a2ff7aff4aec2730dc371ae96ebb3bbfdc2af.zip |
Remove trailing whitespaces from doc/INSTALL (#41976).
git-svn-id: https://svn.redmine.org/redmine/trunk@23613 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | doc/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 67f2288da..116a84468 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -67,10 +67,10 @@ The current version of Firefox, Safari, Chrome, Chromium and Microsoft Edge. using: bundle exec rake assets:precompile RAILS_ENV="production" - + If deploying to a sub-uri, set the relative URL root as follows: bundle exec rake assets:precompile RAILS_ENV="production" RAILS_RELATIVE_URL_ROOT=/sub-uri - + If you experience issues with missing assets in the browser, try removing the public/assets directory before re-running the precompile: bundle exec rake assets:clobber RAILS_ENV="production" |