Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ea591748
Commit
ea591748
authored
Jan 13, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sort out attribution banners of docs assets; fixes #11976
parent
aff64cff
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
77 additions
and
18 deletions
+77
-18
Gruntfile.js
Gruntfile.js
+0
-2
docs/assets/js/application.js
docs/assets/js/application.js
+1
-1
docs/assets/js/blob.js
docs/assets/js/blob.js
+2
-1
docs/assets/js/customize.min.js
docs/assets/js/customize.min.js
+57
-7
docs/assets/js/docs.min.js
docs/assets/js/docs.min.js
+11
-2
docs/assets/js/filesaver.js
docs/assets/js/filesaver.js
+2
-1
docs/assets/js/jszip.js
docs/assets/js/jszip.js
+3
-3
docs/assets/js/uglify.js
docs/assets/js/uglify.js
+1
-1
No files found.
Gruntfile.js
View file @
ea591748
...
@@ -127,7 +127,6 @@ module.exports = function (grunt) {
...
@@ -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) {
...
@@ -144,7 +143,6 @@ module.exports = function (grunt) {
},
},
docsJs
:
{
docsJs
:
{
options
:
{
options
:
{
banner
:
'
<%= bannerDocs %>
'
,
preserveComments
:
'
some
'
,
preserveComments
:
'
some
'
,
report
:
'
min
'
report
:
'
min
'
},
},
...
...
docs/assets/js/application.js
View file @
ea591748
...
@@ -3,8 +3,8 @@
...
@@ -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/.
*/
*/
...
...
docs/assets/js/blob.js
View file @
ea591748
/* Blob.js
/*!
* Blob.js
* A Blob implementation.
* A Blob implementation.
* 2013-12-27
* 2013-12-27
*
*
...
...
docs/assets/js/customize.min.js
View file @
ea591748
This diff is collapsed.
Click to expand it.
docs/assets/js/docs.min.js
View file @
ea591748
This diff is collapsed.
Click to expand it.
docs/assets/js/filesaver.js
View file @
ea591748
/* FileSaver.js
/*!
* FileSaver.js
* A saveAs() FileSaver implementation.
* A saveAs() FileSaver implementation.
* 2013-12-27
* 2013-12-27
*
*
...
...
docs/assets/js/jszip.js
View file @
ea591748
/**
/*!
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");
...
...
docs/assets/js/uglify.js
View file @
ea591748
/*
*
@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.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment