diff --git a/Gruntfile.js b/Gruntfile.js index 25855acca..005d1753a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -163,7 +163,7 @@ module.exports = function(grunt) { }, files: ['src/*', 'lib/**/*.js', 'spec/**/*.js'], - tasks: ['build', 'amd', 'tests', 'test'] + tasks: ['build', 'tests', 'test'] } } });