Parcourir la source

Description of module: UGLIFY

Arno Roldao Junior il y a 9 ans
Parent
commit
a6e1acb8ed
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      grunt-tasks/uglify.js

+ 1 - 0
grunt-tasks/uglify.js

@@ -1,3 +1,4 @@
+// Uglify task info. Compress the js files.
 'use strict';
 
 module.exports = function (grunt) {