]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Run tests with watch whenever a lang file is updated
authorTim Wood <washwithcare@gmail.com>
Sun, 2 Sep 2012 00:31:54 +0000 (17:31 -0700)
committerTim Wood <washwithcare@gmail.com>
Sun, 2 Sep 2012 00:31:54 +0000 (17:31 -0700)
grunt.js

index 934564cbbddfe8a260ff01a5f5c91cd25610cd11..0157ea7ad471bd7ad99451c42bb7c1baf06e2543 100644 (file)
--- a/grunt.js
+++ b/grunt.js
@@ -80,6 +80,7 @@ module.exports = function(grunt) {
             test : {
                 files : [
                     'moment.js',
+                    'lang/*.js',
                     'test/**/*.js'
                 ],
                 tasks: 'test'