mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Gruntfile.js: Remove default report
option.
This commit is contained in:
parent
e9982cad66
commit
dea1945b47
11
Gruntfile.js
11
Gruntfile.js
@ -107,9 +107,6 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
uglify: {
|
uglify: {
|
||||||
options: {
|
|
||||||
report: 'min'
|
|
||||||
},
|
|
||||||
bootstrap: {
|
bootstrap: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= banner %>'
|
banner: '<%= banner %>'
|
||||||
@ -178,8 +175,7 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
minify: {
|
minify: {
|
||||||
options: {
|
options: {
|
||||||
cleancss: true,
|
cleancss: true
|
||||||
report: 'min'
|
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
|
'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
|
||||||
@ -246,10 +242,9 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
cssmin: {
|
cssmin: {
|
||||||
options: {
|
options: {
|
||||||
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css
|
noAdvanced: true // turn advanced optimizations off until the issue is fixed in clean-css
|
||||||
report: 'min',
|
|
||||||
compatibility: 'ie8'
|
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
src: [
|
src: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user