1
0
Fork 0
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:
XhmikosR 2013-12-30 08:25:52 +02:00
parent 016d573a80
commit d7bf9372ec
5 changed files with 6 additions and 10 deletions

View file

@ -110,7 +110,7 @@ module.exports = function (grunt) {
uglify: {
bootstrap: {
options: {
banner: '<%= banner %>\n',
banner: '<%= banner %>',
report: 'min'
},
src: ['<%= concat.bootstrap.dest %>'],
@ -118,7 +118,7 @@ module.exports = function (grunt) {
},
customize: {
options: {
banner: '<%= bannerDocs %>\n',
banner: '<%= bannerDocs %>',
report: 'min'
},
src: [
@ -133,7 +133,7 @@ module.exports = function (grunt) {
},
docsJs: {
options: {
banner: '<%= bannerDocs %>\n',
banner: '<%= bannerDocs %>',
report: 'min'
},
src: [
@ -184,7 +184,7 @@ module.exports = function (grunt) {
cssmin: {
compress: {
options: {
banner: '<%= bannerDocs %>\n',
banner: '<%= bannerDocs %>',
keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
report: 'min',

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,6 @@
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
/*!
* Copyright 2011-2014 Twitter, Inc.
*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long