Skip to content

Commit a10eb60

Browse files
committed
full grunt
1 parent 312e527 commit a10eb60

14 files changed

+65
-65
lines changed

dist/css/bootstrap-theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-theme.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap.js

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.3.2 (http://getbootstrap.com)
2+
* Bootstrap v3.3.4 (http://getbootstrap.com)
33
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
1717
}(jQuery);
1818

1919
/* ========================================================================
20-
* Bootstrap: transition.js v3.3.2
20+
* Bootstrap: transition.js v3.3.4
2121
* http://getbootstrap.com/javascript/#transitions
2222
* ========================================================================
2323
* Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777
}(jQuery);
7878

7979
/* ========================================================================
80-
* Bootstrap: alert.js v3.3.2
80+
* Bootstrap: alert.js v3.3.4
8181
* http://getbootstrap.com/javascript/#alerts
8282
* ========================================================================
8383
* Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696
$(el).on('click', dismiss, this.close)
9797
}
9898

99-
Alert.VERSION = '3.3.2'
99+
Alert.VERSION = '3.3.4'
100100

101101
Alert.TRANSITION_DURATION = 150
102102

@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172172
}(jQuery);
173173

174174
/* ========================================================================
175-
* Bootstrap: button.js v3.3.2
175+
* Bootstrap: button.js v3.3.4
176176
* http://getbootstrap.com/javascript/#buttons
177177
* ========================================================================
178178
* Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192192
this.isLoading = false
193193
}
194194

195-
Button.VERSION = '3.3.2'
195+
Button.VERSION = '3.3.4'
196196

197197
Button.DEFAULTS = {
198198
loadingText: 'loading...'
@@ -289,7 +289,7 @@ if (typeof jQuery === 'undefined') {
289289
}(jQuery);
290290

291291
/* ========================================================================
292-
* Bootstrap: carousel.js v3.3.2
292+
* Bootstrap: carousel.js v3.3.4
293293
* http://getbootstrap.com/javascript/#carousel
294294
* ========================================================================
295295
* Copyright 2011-2015 Twitter, Inc.
@@ -320,7 +320,7 @@ if (typeof jQuery === 'undefined') {
320320
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
321321
}
322322

323-
Carousel.VERSION = '3.3.2'
323+
Carousel.VERSION = '3.3.4'
324324

325325
Carousel.TRANSITION_DURATION = 600
326326

@@ -527,7 +527,7 @@ if (typeof jQuery === 'undefined') {
527527
}(jQuery);
528528

529529
/* ========================================================================
530-
* Bootstrap: collapse.js v3.3.2
530+
* Bootstrap: collapse.js v3.3.4
531531
* http://getbootstrap.com/javascript/#collapse
532532
* ========================================================================
533533
* Copyright 2011-2015 Twitter, Inc.
@@ -557,7 +557,7 @@ if (typeof jQuery === 'undefined') {
557557
if (this.options.toggle) this.toggle()
558558
}
559559

560-
Collapse.VERSION = '3.3.2'
560+
Collapse.VERSION = '3.3.4'
561561

562562
Collapse.TRANSITION_DURATION = 350
563563

@@ -739,7 +739,7 @@ if (typeof jQuery === 'undefined') {
739739
}(jQuery);
740740

741741
/* ========================================================================
742-
* Bootstrap: dropdown.js v3.3.2
742+
* Bootstrap: dropdown.js v3.3.4
743743
* http://getbootstrap.com/javascript/#dropdowns
744744
* ========================================================================
745745
* Copyright 2011-2015 Twitter, Inc.
@@ -759,7 +759,7 @@ if (typeof jQuery === 'undefined') {
759759
$(element).on('click.bs.dropdown', this.toggle)
760760
}
761761

762-
Dropdown.VERSION = '3.3.2'
762+
Dropdown.VERSION = '3.3.4'
763763

764764
Dropdown.prototype.toggle = function (e) {
765765
var $this = $(this)
@@ -901,7 +901,7 @@ if (typeof jQuery === 'undefined') {
901901
}(jQuery);
902902

903903
/* ========================================================================
904-
* Bootstrap: modal.js v3.3.2
904+
* Bootstrap: modal.js v3.3.4
905905
* http://getbootstrap.com/javascript/#modals
906906
* ========================================================================
907907
* Copyright 2011-2015 Twitter, Inc.
@@ -935,7 +935,7 @@ if (typeof jQuery === 'undefined') {
935935
}
936936
}
937937

938-
Modal.VERSION = '3.3.2'
938+
Modal.VERSION = '3.3.4'
939939

940940
Modal.TRANSITION_DURATION = 300
941941
Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1241,7 +1241,7 @@ if (typeof jQuery === 'undefined') {
12411241
}(jQuery);
12421242

12431243
/* ========================================================================
1244-
* Bootstrap: tooltip.js v3.3.2
1244+
* Bootstrap: tooltip.js v3.3.4
12451245
* http://getbootstrap.com/javascript/#tooltip
12461246
* Inspired by the original jQuery.tipsy by Jason Frame
12471247
* ========================================================================
@@ -1267,7 +1267,7 @@ if (typeof jQuery === 'undefined') {
12671267
this.init('tooltip', element, options)
12681268
}
12691269

1270-
Tooltip.VERSION = '3.3.2'
1270+
Tooltip.VERSION = '3.3.4'
12711271

12721272
Tooltip.TRANSITION_DURATION = 150
12731273

@@ -1718,7 +1718,7 @@ if (typeof jQuery === 'undefined') {
17181718
}(jQuery);
17191719

17201720
/* ========================================================================
1721-
* Bootstrap: popover.js v3.3.2
1721+
* Bootstrap: popover.js v3.3.4
17221722
* http://getbootstrap.com/javascript/#popovers
17231723
* ========================================================================
17241724
* Copyright 2011-2015 Twitter, Inc.
@@ -1738,7 +1738,7 @@ if (typeof jQuery === 'undefined') {
17381738

17391739
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
17401740

1741-
Popover.VERSION = '3.3.2'
1741+
Popover.VERSION = '3.3.4'
17421742

17431743
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
17441744
placement: 'right',
@@ -1827,7 +1827,7 @@ if (typeof jQuery === 'undefined') {
18271827
}(jQuery);
18281828

18291829
/* ========================================================================
1830-
* Bootstrap: scrollspy.js v3.3.2
1830+
* Bootstrap: scrollspy.js v3.3.4
18311831
* http://getbootstrap.com/javascript/#scrollspy
18321832
* ========================================================================
18331833
* Copyright 2011-2015 Twitter, Inc.
@@ -1856,7 +1856,7 @@ if (typeof jQuery === 'undefined') {
18561856
this.process()
18571857
}
18581858

1859-
ScrollSpy.VERSION = '3.3.2'
1859+
ScrollSpy.VERSION = '3.3.4'
18601860

18611861
ScrollSpy.DEFAULTS = {
18621862
offset: 10
@@ -2000,7 +2000,7 @@ if (typeof jQuery === 'undefined') {
20002000
}(jQuery);
20012001

20022002
/* ========================================================================
2003-
* Bootstrap: tab.js v3.3.2
2003+
* Bootstrap: tab.js v3.3.4
20042004
* http://getbootstrap.com/javascript/#tabs
20052005
* ========================================================================
20062006
* Copyright 2011-2015 Twitter, Inc.
@@ -2018,7 +2018,7 @@ if (typeof jQuery === 'undefined') {
20182018
this.element = $(element)
20192019
}
20202020

2021-
Tab.VERSION = '3.3.2'
2021+
Tab.VERSION = '3.3.4'
20222022

20232023
Tab.TRANSITION_DURATION = 150
20242024

@@ -2154,7 +2154,7 @@ if (typeof jQuery === 'undefined') {
21542154
}(jQuery);
21552155

21562156
/* ========================================================================
2157-
* Bootstrap: affix.js v3.3.2
2157+
* Bootstrap: affix.js v3.3.4
21582158
* http://getbootstrap.com/javascript/#affix
21592159
* ========================================================================
21602160
* Copyright 2011-2015 Twitter, Inc.
@@ -2183,7 +2183,7 @@ if (typeof jQuery === 'undefined') {
21832183
this.checkPosition()
21842184
}
21852185

2186-
Affix.VERSION = '3.3.2'
2186+
Affix.VERSION = '3.3.4'
21872187

21882188
Affix.RESET = 'affix affix-top affix-bottom'
21892189

dist/js/bootstrap.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/customize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/raw-files.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap-theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap-theme.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)