Commit 76614560 authored by Zach Leatherman's avatar Zach Leatherman
Browse files

There is no jshint:src task

parent ac8c0df2
Showing with 1 addition and 1 deletion
+1 -1
...@@ -346,7 +346,7 @@ module.exports = function (grunt) { ...@@ -346,7 +346,7 @@ module.exports = function (grunt) {
watch: { watch: {
src: { src: {
files: '<%= jshint.core.src %>', files: '<%= jshint.core.src %>',
tasks: ['jshint:src', 'qunit', 'concat'] tasks: ['jshint:core', 'qunit', 'concat']
}, },
test: { test: {
files: '<%= jshint.test.src %>', files: '<%= jshint.test.src %>',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment