resourceloader: Add template compiler for Mustache JS
authorjdlrobson <jdlrobson@gmail.com>
Wed, 17 Dec 2014 20:30:54 +0000 (12:30 -0800)
committerjdlrobson <jdlrobson@gmail.com>
Mon, 23 Mar 2015 18:10:05 +0000 (11:10 -0700)
commit7c52c9265be1a3e3a4183515f4da7e189b321a88
treeb84989ceedb91bbaf07172af246c1ab45f257d60
parentb39e23a05f9e134386df8af8da7271a5129d1409
resourceloader: Add template compiler for Mustache JS

Compatible library for PHP backend added by I281acc49c1.
This adds the frontend compiler.

Change-Id: I2190276a629ca882f3f5535e4e73635d2494e944
includes/resourceloader/ResourceLoaderFileModule.php
resources/Resources.php
resources/lib/mustache/mustache.js [new file with mode: 0644]
resources/src/mediawiki/mediawiki.template.mustache.js [new file with mode: 0644]
tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php