mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Show minification report for uglify-js.
This commit is contained in:
parent
5deee652f9
commit
b741608964
@ -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 %>'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user