Actions
Defect #43436
closedAssets are not compiled on startup in production mode with Propshaft 1.3.0
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When using Propshaft 1.3.0, assets are not automatically compiled on startup in production mode, even if redmine_detect_update is enabled.
Propshaft was updated to version 1.3.0 in Redmine at r24074.
Since that revision, Redmine no longer compiles assets automatically when starting in production mode, although this behavior worked with earlier Propshaft versions.
If the issue only affects startup-time compilation, running `RAILS_ENV=production bin/rails assets:precompile` manually can be used as a workaround.
However, the full scope of the impact cannot yet be fully determined.
Related issues
Updated by Go MAEDA 23 days ago
- Related to Patch #43396: Update propshaft to 1.3 added
Updated by Takenori TAKAKI 22 days ago
I confirmed that the patch from #43396 fixes this issue in the latest trunk.
Thank you for the quick response and the fix.
Actions