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

Commit c77032d

Browse files
committed
Build: Remove watch task
1 parent 0b40a42 commit c77032d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grunt.js

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ grunt.initConfig({
1919
grunt: { options: grunt.file.readJSON( ".jshintrc" ) },
2020
src: { options: grunt.file.readJSON( ".jshintrc" ) }
2121
},
22-
watch: {
23-
docs: {
24-
files: "pages/**",
25-
tasks: "docs"
26-
}
27-
},
2822
test: {
2923
files: [ "test/**/*.js" ]
3024
},

0 commit comments

Comments
 (0)