Bläddra i källkod

Description of module: UGLIFY

Arno Roldao Junior 9 år sedan
förälder
incheckning
a6e1acb8ed
1 ändrade filer med 1 tillägg och 0 borttagningar
  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) {