-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swallow fingerprint from css asset urls #50
Conversation
a6541a0
to
aaae42f
Compare
Not enough to fully fix the issue. Currently using this issue-47 branch from #50.
By using the main branch:
The ones with the number sign without the question mark are not taken into account. |
aaae42f
to
1396c0a
Compare
Updated to add the |
@brenogazzola Things running well for me now! Sample with propshaft (lastest release with ASSET_URL_PATTERN override): Sample with sprockets: Thx |
@brenogazzola Works well. Thank you. |
Partly closes #47.
This PR makes the CSS compiler regex swallow the fingerprint after
?
in asset urls.Benchmark indicates a 3% slowdown.