In our custom frontend assets class, we only called the standard commit operation rather than the forced commit operation. This meant that the style assets didn't actually recompile on every request in debug mode.
Reviewers should focus on:
Does this have any impact elsewhere? Can we simplify our asset class?
Confirmed
[x] Backend changes: tests are green (run composer test).
Changes proposed in this pull request:
In our custom frontend assets class, we only called the standard commit operation rather than the forced commit operation. This meant that the style assets didn't actually recompile on every request in debug mode.
Reviewers should focus on:
Does this have any impact elsewhere? Can we simplify our asset class?
Confirmed
composer test
).