From: Iskren Chernev Date: Sun, 14 Jul 2013 22:20:48 +0000 (-0700) Subject: Move all jshint files to all target X-Git-Tag: 2.2.0~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0431c980f241f401cda85511c84a5a480aca1d4f;p=thirdparty%2Fmoment.git Move all jshint files to all target --- diff --git a/Gruntfile.js b/Gruntfile.js index edffd0f71..2c3ba271c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,9 +64,7 @@ module.exports = function (grunt) { all : ["test/**/*.js"] }, jshint: { - all: ["Gruntfile.js", "moment.js", "lang/**/*.js"], - test: ["test/moment/*.js"], - langtest: ["test/lang/*.js"], + all: ["Gruntfile.js", "moment.js", "lang/**/*.js", "test/**/*.js"], options: { "node" : true, "browser" : true,