From: Tim Wood Date: Sun, 2 Sep 2012 00:31:54 +0000 (-0700) Subject: Run tests with watch whenever a lang file is updated X-Git-Tag: 2.0.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febd4475e111a628a35db565360a83248fcd4021;p=thirdparty%2Fmoment.git Run tests with watch whenever a lang file is updated --- diff --git a/grunt.js b/grunt.js index 934564cbb..0157ea7ad 100644 --- a/grunt.js +++ b/grunt.js @@ -80,6 +80,7 @@ module.exports = function(grunt) { test : { files : [ 'moment.js', + 'lang/*.js', 'test/**/*.js' ], tasks: 'test'