From: XhmikosR Date: Sun, 9 Mar 2014 08:24:05 +0000 (+0200) Subject: Add `dist` in `test` target. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8f5c3327604de0bf8e8d34da0e7db5151475db2d;p=html-minifier.git Add `dist` in `test` target. --- diff --git a/Gruntfile.js b/Gruntfile.js index ba89a53..4a67c74 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -95,7 +95,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('test', [ - 'concat', + 'dist', 'jshint', 'jscs', 'exec'