mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Round up to nearest kb
The precision we are currently using leads to lots of issues with core changes and as we grow the new vector. I think checking in at every 1kb margin seems like a better state of play for now. Bug: T270883 Change-Id: Iaa4fb44a471777fdebfb906c465ea67b5bdb3903
This commit is contained in:
parent
591fd316cf
commit
6f16af4212
|
@ -1,18 +1,18 @@
|
|||
[
|
||||
{
|
||||
"resourceModule": "skins.vector.styles.legacy",
|
||||
"maxSize": "8.1 kB"
|
||||
"maxSize": "9 kB"
|
||||
},
|
||||
{
|
||||
"resourceModule": "skins.vector.styles",
|
||||
"maxSize": "9.8 kB"
|
||||
"maxSize": "10 kB"
|
||||
},
|
||||
{
|
||||
"resourceModule": "skins.vector.legacy.js",
|
||||
"maxSize": "1.8 kB"
|
||||
"maxSize": "2 kB"
|
||||
},
|
||||
{
|
||||
"resourceModule": "skins.vector.search",
|
||||
"maxSize": "2.8 kB"
|
||||
"maxSize": "3 kB"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue