0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

sort out attribution banners of docs assets; fixes #11976

This commit is contained in:
Chris Rebert 2014-01-13 21:58:27 -08:00
parent aff64cffce
commit ea591748ed
8 changed files with 78 additions and 19 deletions

View File

@ -127,7 +127,6 @@ module.exports = function (grunt) {
}, },
customize: { customize: {
options: { options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some', preserveComments: 'some',
report: 'min' report: 'min'
}, },
@ -144,7 +143,6 @@ module.exports = function (grunt) {
}, },
docsJs: { docsJs: {
options: { options: {
banner: '<%= bannerDocs %>',
preserveComments: 'some', preserveComments: 'some',
report: 'min' report: 'min'
}, },

View File

@ -3,8 +3,8 @@
// ++++++++++++++++++++++++++++++++++++++++++ // ++++++++++++++++++++++++++++++++++++++++++
/*! /*!
* JavaScript for Bootstrap's docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc. * Copyright 2011-2014 Twitter, Inc.
*
* Licensed under the Creative Commons Attribution 3.0 Unported License. For * Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/. * details, see http://creativecommons.org/licenses/by/3.0/.
*/ */

View File

@ -1,4 +1,5 @@
/* Blob.js /*!
* Blob.js
* A Blob implementation. * A Blob implementation.
* 2013-12-27 * 2013-12-27
* *

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
/* FileSaver.js /*!
* FileSaver.js
* A saveAs() FileSaver implementation. * A saveAs() FileSaver implementation.
* 2013-12-27 * 2013-12-27
* *

View File

@ -1,11 +1,11 @@
/** /*!
JSZip - A Javascript class for generating and reading zip files JSZip - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip> <http://stuartk.com/jszip>
(c) 2009-2012 Stuart Knightley <stuart [at] stuartk.com> (c) 2009-2012 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See LICENSE.markdown. Dual licenced under the MIT license or GPLv3. See LICENSE.markdown.
*/
/**
Usage: Usage:
zip = new JSZip(); zip = new JSZip();
zip.file("hello.txt", "Hello, World!").file("tempfile", "nothing"); zip.file("hello.txt", "Hello, World!").file("tempfile", "nothing");

View File

@ -1,4 +1,4 @@
/** @license uglifyweb Copyright (c) 2011, The Dojo Foundation All Rights Reserved. /*! @license uglifyweb Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
* The parts that are unique to this repo (not much, just some wrapper code) are * The parts that are unique to this repo (not much, just some wrapper code) are
* released under the new BSD and MIT licenses. * released under the new BSD and MIT licenses.
* *