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.
導入されたバージョン:1.17.0 (r83891)
廃止予定になったバージョン:1.27.0 (Gerrit change 242719; git #b91643ff)
除去されたバージョン:1.31.0 (Gerrit change 394497; git #I6689274)
許容される値:(整数)
既定値:1000

詳細

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.