installer: Run the LESS compiler for *.less files
authorKevin Israel <pleasestand@live.com>
Mon, 14 Oct 2013 01:34:58 +0000 (21:34 -0400)
committerKevin Israel <pleasestand@live.com>
Thu, 24 Oct 2013 05:02:47 +0000 (01:02 -0400)
commit8cc7208753c45acf2c47f78b0569e18150f193a5
treea9791793623a3d9b749be46864e3eb8ee62caeb0
parentb93eb55e42b8ea536711f4aacb8c8f424a59b359
installer: Run the LESS compiler for *.less files

Includes the following improvements:

* Use the ResourceLoader module definitions (with a hardcoded list of
  module names) instead of a hardcoded list of filenames.
* Make the errors more discoverable like we do in load.php, prepending
  them instead of burying them in the middle somewhere.

Bug: 55589
Change-Id: Iab78a60209ab46a10d4c492c75527e717f36f803
includes/installer/Installer.php
includes/installer/WebInstallerOutput.php
includes/resourceloader/ResourceLoader.php
resources/Resources.php