Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 0df7fd7

Browse files
committed
chore(grunt): remove irrelevant watch tasks.
1 parent 38c6bfb commit 0df7fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gruntFile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ module.exports = function (grunt) {
4444
watch: {
4545
src: {
4646
files: ['src/*'],
47-
tasks: ['jshint:src', 'karma:unit:run', 'dist', 'build:gh-pages']
47+
tasks: ['karma:unit:run', 'dist', 'build:gh-pages']
4848
},
4949
test: {
5050
files: ['test/*.js'],
51-
tasks: ['jshint:test', 'karma:unit:run']
51+
tasks: ['karma:unit:run']
5252
},
5353
demo: {
5454
files: ['demo/*', 'publish.js'],
55-
tasks: ['jshint', 'build:gh-pages']
55+
tasks: ['build:gh-pages']
5656
},
5757
livereload: {
5858
files: ['out/built/gh-pages/**/*'],

0 commit comments

Comments
 (0)