jenkins-bot has submitted this change and it was merged. Change subject: resources: Remove cache group "ext.ooui-playground" ......................................................................
resources: Remove cache group "ext.ooui-playground" No need for this to be forced in its own HTTP request. https://www.mediawiki.org/wiki/ResourceLoader/Features#Groups Change-Id: I57b8af266fd26570a559458bcc663ff7c6a0f3c3 --- M resources/Resources.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/resources/Resources.php b/resources/Resources.php index 31f2c34..3f78477 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -3,7 +3,6 @@ $oouiPlaygroundResourceTemplate = array( 'localBasePath' => __DIR__, 'remoteExtPath' => 'OOUIPlayground/resources', - 'group' => 'ext.ooui-playground', ); $wgResourceModules['ext.ooui-playground'] = array( -- To view, visit https://gerrit.wikimedia.org/r/198462 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I57b8af266fd26570a559458bcc663ff7c6a0f3c3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OOUIPlayground Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Prtksxna <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
