From a6e1acb8edf60cc087ccd87d5b2032cbf487c4da Mon Sep 17 00:00:00 2001 From: Arno Roldao Junior Date: Thu, 23 Jun 2016 11:55:12 -0300 Subject: [PATCH] Description of module: UGLIFY --- grunt-tasks/uglify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/grunt-tasks/uglify.js b/grunt-tasks/uglify.js index e18327758..9e9465e58 100644 --- a/grunt-tasks/uglify.js +++ b/grunt-tasks/uglify.js @@ -1,3 +1,4 @@ +// Uglify task info. Compress the js files. 'use strict'; module.exports = function (grunt) {