Skip to content

Commit 5302782

Browse files
committed
Drop removed amd task from watch list
1 parent 118836f commit 5302782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
163163
},
164164

165165
files: ['src/*', 'lib/**/*.js', 'spec/**/*.js'],
166-
tasks: ['build', 'amd', 'tests', 'test']
166+
tasks: ['build', 'tests', 'test']
167167
}
168168
}
169169
});

0 commit comments

Comments
 (0)