aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
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: {