We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, thanks for the awesome work ❤️
I've been trying to optimize the CSS part of the bundle, by following Google's advice to Defer CSS: https://developers.google.com/web/tools/lighthouse/audits/blocking-resources
To do that, I'll have to add a disabled attribute to <link /> tags, but it seems like django pipeline currently only support the media attribute for extra_context: https://django-pipeline.readthedocs.io/en/latest/configuration.html#extra-context
disabled
<link />
media
extra_context
If I create the PR with that, would you accept?
The text was updated successfully, but these errors were encountered:
Hi @matheusml, all PR are welcome. As the creator explains it:
Since this project is part of Jazzband, y’all are empowered to contribute and maintain django-pipeline.
django-pipeline
If the functionality is relevant and all the tests pass, there is no reason why it is not merged.
Sorry, something went wrong.
No branches or pull requests
Hey, thanks for the awesome work ❤️
I've been trying to optimize the CSS part of the bundle, by following Google's advice to Defer CSS: https://developers.google.com/web/tools/lighthouse/audits/blocking-resources
To do that, I'll have to add a
disabled
attribute to<link />
tags, but it seems like django pipeline currently only support themedia
attribute forextra_context
: https://django-pipeline.readthedocs.io/en/latest/configuration.html#extra-contextIf I create the PR with that, would you accept?
The text was updated successfully, but these errors were encountered: