Skip to content

Commit

Permalink
Drop removed amd task from watch list
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Dec 27, 2015
1 parent 118836f commit 5302782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -163,7 +163,7 @@ module.exports = function(grunt) {
},

files: ['src/*', 'lib/**/*.js', 'spec/**/*.js'],
tasks: ['build', 'amd', 'tests', 'test']
tasks: ['build', 'tests', 'test']
}
}
});
Expand Down

0 comments on commit 5302782

Please sign in to comment.