aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-09-18 09:04:09 +0300
committerXhmikosR <[email protected]>2013-09-19 08:33:52 +0300
commitb741608964310cb6886474f3fac70ffc264189bb (patch)
treef5a2c7eafc520c8229e47b52f0f4bcc3759bb543
parent5deee652f927a0eebfceeea7d0584819bea0f766 (diff)
downloadbootstrap-b741608964310cb6886474f3fac70ffc264189bb.tar.xz
bootstrap-b741608964310cb6886474f3fac70ffc264189bb.zip
Show minification report for uglify-js.
-rw-r--r--Gruntfile.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9fb641f34..ccb49ed52 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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
+};