Manual:$wgResourceLoaderMinifierMaxLineLength

This page is a translated version of the page Manual:$wgResourceLoaderMinifierMaxLineLength and the translation is 50% complete.
ResourceLoader: $wgResourceLoaderMinifierMaxLineLength
Maximum line length when minifying JavaScript.
Introducido en la versión:1.17.0 (r83891)
Deprecated in version:1.27.0 (Gerrit change 242719; git #b91643ff)
Eliminado en la versión:1.31.0 (Gerrit change 394497; git #I6689274)
Valores permitidos:(entero)
Valor predeterminado:1000

Detalles

Maximum line length when minifying JavaScript. This is not a hard maximum: the minifier will try not to produce lines longer than this, but may be forced to do so in certain cases.