mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
7408d87465
It was added in 7340485014
but for some reason never enabled.
This was supposed to be protecting us from performance regressions
by monitoring the size of modules in the repo. It appears to be
broken both locally and on Jenkins when run on the due to some changes
in Phabricator.
Since then we've added bundle size tests to Vector using a different
more foolproof method. I think that method is more preferable as it
also provides coverage for JS and icons so the
associated script is copied over and used in Minerva
and activated on all commits.
Bug: T259080
Change-Id: I9ba2dcc060ec09d91814c947d5be3f71b055a66e
43 lines
770 B
JSON
43 lines
770 B
JSON
[
|
|
{
|
|
"resourceModule": "skins.minerva.base.styles",
|
|
"maxSize": "3.4KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.content.styles",
|
|
"maxSize": "3.1KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.content.styles.images",
|
|
"maxSize": "0.5KB"
|
|
},
|
|
{
|
|
"resourceModule": "mediawiki.hlist",
|
|
"maxSize": "0.5KB"
|
|
},
|
|
{
|
|
"resourceModule": "mediawiki.ui.icon",
|
|
"maxSize": "0.4KB"
|
|
},
|
|
{
|
|
"resourceModule": "mediawiki.ui.button",
|
|
"maxSize": "1.1KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.icons.wikimedia",
|
|
"maxSize": "0.7KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.mainMenu.icons",
|
|
"maxSize": "0.4KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.mainMenu.styles",
|
|
"maxSize": "1.2KB"
|
|
},
|
|
{
|
|
"resourceModule": "skins.minerva.scripts",
|
|
"maxSize": "11.9KB"
|
|
}
|
|
]
|