addyosmani / addyosmani/critical
Remove query string from stylesheet path
Open
bug
help wanted
- Dominant language
- JavaScript
- Stars
- 10.3k
- Forks
- 390
- PR merge metrics
- No merged PRs in 30d
Description
In my simple PHP file I reference my stylesheet as follows:
```php
`
This could be addressed by automatically removing query strings like `?v` before trying to access the file. After that it works as expected.
Contributor guide
Assessment
This issue has not been assessed yet.