mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 21:10:23 +00:00
Show minification report for uglify-js.
This commit is contained in:
parent
5deee652f9
commit
b741608964
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue