Commit b7416089 authored by XhmikosR's avatar XhmikosR

Show minification report for uglify-js.

parent 5deee652
...@@ -63,7 +63,8 @@ module.exports = function(grunt) { ...@@ -63,7 +63,8 @@ module.exports = function(grunt) {
uglify: { uglify: {
options: { options: {
banner: '<%= banner %>' banner: '<%= banner %>',
report: 'min'
}, },
bootstrap: { bootstrap: {
src: ['<%= concat.bootstrap.dest %>'], src: ['<%= concat.bootstrap.dest %>'],
...@@ -217,4 +218,4 @@ module.exports = function(grunt) { ...@@ -217,4 +218,4 @@ module.exports = function(grunt) {
var files = getFiles('js') + getFiles('less') + getFiles('fonts') var files = getFiles('js') + getFiles('less') + getFiles('fonts')
fs.writeFileSync('assets/js/raw-files.js', files) fs.writeFileSync('assets/js/raw-files.js', files)
}); });
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment