From c8fcf3b369dbe866815e18e0fa4d71f3e679bc5f Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 28 Jun 2013 16:47:10 -0700 Subject: feat(minErr): Error stripping build step --- lib/grunt/plugins.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/grunt/plugins.js') diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index ca2d6ec6..aaf1e73e 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -59,4 +59,8 @@ module.exports = function(grunt) { grunt.registerMultiTask('autotest', 'Run and watch the unit tests with Karma', function(){ util.startKarma.call(util, this.data, false, this.async()); }); + + grunt.registerTask('collect-errors', 'Combine stripped error files', function () { + util.collectErrors(); + }); }; -- cgit v1.2.3