mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Remove extra newline from banner.
This commit is contained in:
+4
-4
@@ -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',
|
||||
|
||||
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-2
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user