diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5909c4e15..8a6a45129 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -23,7 +23,7 @@ module.exports = (grunt) -> src: ['test/**/*.js'] grunt.loadTasks "tasks" - require('matchdep').filterAll('grunt-*').forEach(grunt.loadNpmTasks) + require('matchdep').filterAll(['grunt-*','!grunt-cli']).forEach(grunt.loadNpmTasks) grunt.registerTask 'default', ['clean'] grunt.registerTask 'build', ['clean', 'coffee']