Skip to content
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

Fix JavaScript loading in production #132

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Conversation

martincostello
Copy link
Owner

Fix async/defer not working as expected from changes in a942f67, so defer all scripts to preserve dependencies.
This also requires the fallback scripts as otherwise they fire immediately, and then fail as the SRI integrity hashes do not match for local files.

Fix async/defer not working as expected, so defer all scripts to
preserve dependencies.
This also requires the fallback scripts as otherwise they fire
immediately, and then fail as the SRI integrity hashes do not match for
local files.
@martincostello martincostello added this to the 1.0.0 milestone Feb 5, 2017
@martincostello martincostello self-assigned this Feb 5, 2017
@martincostello martincostello merged commit b735f3a into master Feb 5, 2017
@martincostello martincostello deleted the Fix-Lazy-Scripts branch February 5, 2017 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant