Drop removed amd task from watch list

This commit is contained in:
kpdecker
2015-12-24 09:43:57 -06:00
parent 118836f390
commit 5302782c08
+1 -1
View File
@@ -163,7 +163,7 @@ module.exports = function(grunt) {
},
files: ['src/*', 'lib/**/*.js', 'spec/**/*.js'],
tasks: ['build', 'amd', 'tests', 'test']
tasks: ['build', 'tests', 'test']
}
}
});