moodle/theme
Andrew Nicols 4218673093 MDL-50277 Javascript: Hardcode nodejs dependencies
In order to produce a consistent build across the board, we must hardcode
several package versions. We must additionally specify compatible
versions for any sub-dependency that we have a requirement upon.

In this instance, the only sub-dependency which has an effect upon the
overall output is grunt-contrib-uglify's dependency upon uglify-js.

Since change in uglify-js may lead to changes in the generated output, we
must specify a fixed version of that dependency. That version must be
compatible with the dependency signature for grunt-contrib-uglify or the
dependency manager will just download a different version.

This issue also bumps the version of uglify-js to a version which changes
the output. This is the latest version at time of commit.
2015-05-20 09:41:17 +08:00
..
base Merge branch 'MDL-50102' of git://github.com/stronk7/moodle 2015-05-06 10:50:35 +01:00
bootstrapbase MDL-50277 Javascript: Hardcode nodejs dependencies 2015-05-20 09:41:17 +08:00
canvas MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
clean MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
more MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts 2015-05-12 00:21:05 +02:00
font.php MDL-46728 themes: WOFF2 fonts are not supported. 2015-01-29 16:11:43 +00:00
image.php MDL-40379 Files Prevent mobile network providers from modifying content. 2013-12-28 13:56:19 +01:00
index.php MDL-40931 useragent: separated user agent functionality into a lib 2013-08-26 13:59:19 +12:00
javascript.php MDL-46775: Fix call to unavailable function when loading an invalid JS file 2014-08-12 14:06:37 +12:00
jquery.php MDL-40563 improve jquery serving performance 2013-07-12 22:38:56 +02:00
styles.php MDL-45084 theme: File was not chunked on IE 2014-04-14 16:25:20 +08:00
styles_debug.php MDL-44357 theme: Chunk content in styles_debug for IE 2014-03-24 15:15:03 +08:00
switchdevice.php MDL-39752 fix whitespace errors 2015-03-10 14:13:20 +00:00
upgrade.txt MDL-50131 themes: Update to upgrade.txt about renderers. 2015-05-07 15:47:01 +08:00
yui_combo.php MDL-49354 YUI: Remove event-autohide module from yui-moodlesimple rollup 2015-03-03 10:33:13 +10:30
yui_image.php MDL-43952 Javascript: Support invalidation of browser caches for YUI patching 2014-02-04 09:08:53 +08:00