From b80700c75f2d4920ebdd81b6122fa0c4f65723b1 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Fri, 23 May 2014 12:45:19 -0400 Subject: Build: run jshint and jscs on release scripts --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index d1ad5d475..1527206f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,8 +82,7 @@ module.exports = function( grunt ) { jshint: { all: { src: [ - "src/**/*.js", "Gruntfile.js", "test/**/*.js", "build/tasks/*", - "build/{bower-install,release-notes,release}.js" + "src/**/*.js", "Gruntfile.js", "test/**/*.js", "build/**/*.js" ], options: { jshintrc: true @@ -100,6 +99,7 @@ module.exports = function( grunt ) { // Right know, check only test helpers test: [ "test/data/testrunner.js", "test/data/testinit.js" ], + release: "build/*.js", tasks: "build/tasks/*.js" }, testswarm: { -- cgit v1.2.3