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

Commit a38df35

Browse files
committed
DO NOT MERGE
make grunt eaiser
1 parent 2ca735f commit a38df35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module.exports = function(grunt) {
172172
watch: {
173173
src: {
174174
files: ['src/*'],
175-
tasks: ['jshint:src', 'karma:unit:run', 'dist', 'build:gh-pages']
175+
tasks: ['jshint:src', 'dist', 'build:gh-pages']
176176
},
177177
test: {
178178
files: ['test/*.js'],

0 commit comments

Comments
 (0)