core/core.libraries.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core.libraries.yml b/core/core.libraries.yml index 65dd6d1..31861a7 100644 --- a/core/core.libraries.yml +++ b/core/core.libraries.yml @@ -329,6 +329,9 @@ html5shiv: gpl-compatible: true js: assets/vendor/html5shiv/html5shiv.min.js: { every_page: true, weight: -22, browsers: { IE: 'lte IE 8', '!IE': false }, minified: true } + dependencies: + # Block the page from being loaded until html5shiv is initialized. + - core/ jquery: remote: https://github.com/jquery/jquery @@ -856,6 +859,8 @@ picturefill: assets/vendor/picturefill/picturefill.js: { weight: -10 } dependencies: - core/matchmedia + # Block the page from being loaded until picturefill is initialized. + - core/ underscore: remote: https://github.com/jashkenas/underscore