2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #16171 from zachleat/patch-1

There is no jshint:src task
This commit is contained in:
Chris Rebert
2015-03-27 16:55:48 -07:00
+1 -1
View File
@@ -346,7 +346,7 @@ module.exports = function (grunt) {
watch: {
src: {
files: '<%= jshint.core.src %>',
tasks: ['jshint:src', 'qunit', 'concat']
tasks: ['jshint:core', 'qunit', 'concat']
},
test: {
files: '<%= jshint.test.src %>',