- Issue created by @tedbow
- Merge request !950#3521072 set preprocess false for draft library files β (Open) created by tedbow
- πΊπΈUnited States tedbow Ithaca, NY, USA
Manually testing this fixes the problem. I only test with adding global CSS and it also fixes the similar problem in 0.x
Not sure if there is a better way to solve this but it seems logical that the
.draft
libraries where the CSS and JS files point to URL that dynamically send back the contents should not be aggregated.Unassigning myself since it I am not working on it. I see a couple tests that have
@covers \experience_builder_library_info_build()
we should probably up them to assert thepreprocess
change(if that is indeed the correct fix - πΊπΈUnited States hooroomoo
wim leers β credited hooroomoo β .
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Great find! Thanks for doing all that detective work together! π
MR looks solid, too β
preprocess: FALSE
is the only sane approach I can think of.I'd personally be fine with deferring test coverage to π± [META] Production-ready ComponentSource plugins Active , because this seems like such an obvious fix. Plus, it's safe: I don't see how this could introduce regressions. RTBC'ing to reflect that.