We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def50c5 commit b9116c5Copy full SHA for b9116c5
Gruntfile.js
@@ -27,6 +27,7 @@ module.exports = function(grunt) {
27
"src/ajax.js",
28
"src/data.js",
29
"src/manipulation.js",
30
+ "src/effects.js",
31
"src/event.js",
32
"src/traversing.js",
33
"src/deferred.js",
@@ -107,8 +108,11 @@ module.exports = function(grunt) {
107
108
ascii_only: true
109
}
110
-
111
- }
+ },
112
+ watch: {
113
+ files: [ "src/*.js", "test/*.js" ],
114
+ tasks: [ "buildnounit" ]
115
116
});
117
118
// Load grunt tasks from NPM packages
0 commit comments