]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
grunt update-index now copies min/tests.js too
authorIskren Chernev <iskren.chernev@gmail.com>
Mon, 23 Mar 2015 00:48:22 +0000 (17:48 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Mar 2015 16:27:44 +0000 (09:27 -0700)
tasks/update_index.js

index 2a6447e9096f7c7862247d8dd0779dae21001d75..3e8e53945abbe48af99bad4dcce749664604bfa8 100644 (file)
@@ -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: '.'
     });