Skip to content

Ensure that gem updates force rebuild of assets

Lukas Eipert requested to merge leipert-guard-against-gem-updates into master

What does this MR do and why?


We currently do not necessarily rebuild our frontend assets, if a changeset only changes gems. As Ruby gems might emit assets which have an impact on compilation or have a direct impact on asset compilation (e.g. scss) we should compile when these change.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Lukas Eipert

Merge request reports

Loading