From: Iskren Chernev Date: Mon, 23 Mar 2015 00:48:22 +0000 (-0700) Subject: grunt update-index now copies min/tests.js too X-Git-Tag: 2.10.2~15^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940eeb162711eb50c9934a5957352dd9ca78d350;p=thirdparty%2Fmoment.git grunt update-index now copies min/tests.js too --- diff --git a/tasks/update_index.js b/tasks/update_index.js index 2a6447e90..3e8e53945 100644 --- a/tasks/update_index.js +++ b/tasks/update_index.js @@ -5,7 +5,8 @@ module.exports = function (grunt) { src: [ 'moment.js', 'min/locales.js', - 'min/moment-with-locales.js' + 'min/moment-with-locales.js', + 'min/tests.js' ], dest: '.' });