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
In #1248, we've skipped adding the AMP runtime preload(s) when the boilerplate had already been removed.
However, the linter still requires the runtime preload to be present unconditionally in https://github.com/ampproject/amp-toolbox/blob/main/packages/linter/src/rules/RuntimeIsPreloaded.ts.
The linter should also check for the presence of the boilerplate and only require the runtime preload if the boilerplate is still present.
The text was updated successfully, but these errors were encountered:
Create amp-preload-runtime-scripts.txt
7a6cdfb
https://wordpress.org/support/topic/preload-amp-runtime-2/ ampproject/amp-toolbox#1255
This issue keeps getting reported by users. We should update Pixi sooner rather than later.
Sorry, something went wrong.
No branches or pull requests
In #1248, we've skipped adding the AMP runtime preload(s) when the boilerplate had already been removed.
However, the linter still requires the runtime preload to be present unconditionally in https://github.com/ampproject/amp-toolbox/blob/main/packages/linter/src/rules/RuntimeIsPreloaded.ts.
The linter should also check for the presence of the boilerplate and only require the runtime preload if the boilerplate is still present.
The text was updated successfully, but these errors were encountered: