Sfoglia il codice sorgente

Description of module: UGLIFY

Arno Roldao Junior 9 anni fa
parent
commit
a6e1acb8ed
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {