]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Show minification report for uglify-js.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 18 Sep 2013 06:04:09 +0000 (09:04 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 19 Sep 2013 05:33:52 +0000 (08:33 +0300)
Gruntfile.js

index 9fb641f34ba64940dce1d1a802bd57e30ee48baa..ccb49ed525d5d15f92909722394f2e8bb97e0717 100644 (file)
@@ -63,7 +63,8 @@ module.exports = function(grunt) {
 
     uglify: {
       options: {
-        banner: '<%= banner %>'
+        banner: '<%= banner %>',
+        report: 'min'
       },
       bootstrap: {
         src: ['<%= concat.bootstrap.dest %>'],
@@ -217,4 +218,4 @@ module.exports = function(grunt) {
     var files = getFiles('js') + getFiles('less') + getFiles('fonts')
     fs.writeFileSync('assets/js/raw-files.js', files)
   });
-};
\ No newline at end of file
+};