From 8f5c3327604de0bf8e8d34da0e7db5151475db2d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 9 Mar 2014 10:24:05 +0200 Subject: [PATCH] Add `dist` in `test` target. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'