- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
π 10.1.x compatibility: tests are failing against Drupal 10.1.x due to upstream changes Fixed made existing tests pass on Drupal 10.1.
But π Make css/js optimized assets path configurable Fixed means that CSS/JS aggregates are now no longer served from the
public://
stream wrapper, but from a newassets://
stream wrapper.That means that the existing
nocssjs
preset could be implemented differently. Choices:- Simplest: also always allow the
assets://
stream wrapper and keep the preset unchanged (which generatesconditions: { not: { extensions: [css, js] }}
) - Alternative: make
nocssjs
map to not allowingassets://
. We'd still need the same conditions for non-aggregated CSS/JS assets though.
If we go the alternative route, then this issue presumably becomes a hard requirement.
- Simplest: also always allow the