diff --git a/Gruntfile.js b/Gruntfile.js index ba89a537..4a67c749 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -95,7 +95,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('test', [ - 'concat', + 'dist', 'jshint', 'jscs', 'exec'