Quellcode durchsuchen

Description of module: UGLIFY

Arno Roldao Junior vor 9 Jahren
Ursprung
Commit
a6e1acb8ed
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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) {