Fix path check for minified JS/CSS files
Checklist before requesting a review
- [x] I have read the CONTRIBUTING document.
- [x] I have performed a self-review of my code.
Description
Minified JS/CSS files are in the /public directory.
It closes #22208.
This wouldnt work for plugins, would it?
This wouldnt work for plugins, would it?
Indeed.
Something similar would need done for csPath too. I noticed it yesterday while working on the RTL CSS PR.
Something similar would need done for
csPathtoo. I noticed it yesterday while working on the RTL CSS PR.
Indeed, I fixed it in my last commit.
Tests are failing
Minified files were not commited due to .gitignore rules, this is why tests were passing on my machine but non on the CI context.