From d4fef458afabed83ab0ba45d02f3c91b67bdac85 Mon Sep 17 00:00:00 2001 From: Gilles Dubuc Date: Tue, 5 May 2015 17:36:25 +0200 Subject: [PATCH] Explicitly define module position Style modules currently added through addModuleStyles default to being in the head ("top" position). This is an unhealthy default, since only critical styles that are needed at pageload should be in the head. In order to be able to switch the default to "bottom", existing module positions have to be defined explicitly. Bug: T97410 Change-Id: Ic3d188fe5a833a97027a06cd62c4acef691669bf --- skin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/skin.json b/skin.json index 1d1ac1b..40e6165 100644 --- a/skin.json +++ b/skin.json @@ -27,6 +27,7 @@ }, "ResourceModules": { "skins.vector.styles": { + "position": "top", "styles": { "screen.less": { "media": "screen"