OutputPage: Turn html5shiv into a raw ResourceLoader module
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 15 Aug 2017 20:00:27 +0000 (13:00 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Oct 2017 17:22:43 +0000 (18:22 +0100)
commit68237fb1a74ba3c70f0960cfd33e9033874c07e4
tree4b22b4e9cc4afe2c45e3760cdf5acbccfd274e4f
parent33868f0e4667dbc7ad3dfd438436f943f9cb6d34
OutputPage: Turn html5shiv into a raw ResourceLoader module

This lets us take advantage of ResourceLoader's on the fly minification
rather than needing to ship a minified copy, which is problematic for
other distributions like Debian.

Because the startup module excludes raw modules, it is not possible to
load or depend upon this module, and trying to use
`mw.loader.load('html5shiv')` for example will throw an exception.

This follows-up 3a30e03645f895b.

Change-Id: I635e224fb043c614c4918771c7c8f836575c683b
includes/OutputPage.php
resources/Resources.php
resources/lib/html5shiv/html5shiv.min.js [deleted file]