mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove extra newline from banner.
This commit is contained in:
parent
016d573a80
commit
d7bf9372ec
5 changed files with 6 additions and 10 deletions
|
@ -110,7 +110,7 @@ module.exports = function (grunt) {
|
||||||
uglify: {
|
uglify: {
|
||||||
bootstrap: {
|
bootstrap: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= banner %>\n',
|
banner: '<%= banner %>',
|
||||||
report: 'min'
|
report: 'min'
|
||||||
},
|
},
|
||||||
src: ['<%= concat.bootstrap.dest %>'],
|
src: ['<%= concat.bootstrap.dest %>'],
|
||||||
|
@ -118,7 +118,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
customize: {
|
customize: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= bannerDocs %>\n',
|
banner: '<%= bannerDocs %>',
|
||||||
report: 'min'
|
report: 'min'
|
||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
|
@ -133,7 +133,7 @@ module.exports = function (grunt) {
|
||||||
},
|
},
|
||||||
docsJs: {
|
docsJs: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= bannerDocs %>\n',
|
banner: '<%= bannerDocs %>',
|
||||||
report: 'min'
|
report: 'min'
|
||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
|
@ -184,7 +184,7 @@ module.exports = function (grunt) {
|
||||||
cssmin: {
|
cssmin: {
|
||||||
compress: {
|
compress: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= bannerDocs %>\n',
|
banner: '<%= bannerDocs %>',
|
||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
|
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
|
||||||
report: 'min',
|
report: 'min',
|
||||||
|
|
1
dist/js/bootstrap.min.js
vendored
1
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
3
docs/assets/css/pack.min.css
vendored
3
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
3
docs/assets/js/customize.min.js
vendored
3
docs/assets/js/customize.min.js
vendored
File diff suppressed because one or more lines are too long
1
docs/assets/js/docs.min.js
vendored
1
docs/assets/js/docs.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue