railsstrap 3.3.2 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/helpers/railsstrap/badge_label_helper.rb +4 -0
- data/app/helpers/railsstrap/form_errors_helper.rb +2 -0
- data/lib/generators/railsstrap/themed/templates/simple_form/_form.html.erb +1 -1
- data/lib/generators/railsstrap/themed/templates/simple_form/_form.html.haml +1 -1
- data/lib/generators/railsstrap/themed/templates/simple_form/_form.html.slim +1 -1
- data/lib/railsstrap/constants.rb +1 -1
- data/spec/lib/railsstrap/badge_label_helper_spec.rb +3 -16
- data/spec/lib/railsstrap/navbar_helper_spec.rb +7 -7
- data/spec/spec_helper.rb +7 -2
- data/vendor/assets/bower_components/bootstrap/Gruntfile.js +22 -20
- data/vendor/assets/bower_components/bootstrap/README.md +7 -5
- data/vendor/assets/bower_components/bootstrap/bower.json +3 -2
- data/vendor/assets/bower_components/bootstrap/dist/css/bootstrap-theme.css +1 -1
- data/vendor/assets/bower_components/bootstrap/dist/css/bootstrap-theme.min.css +1 -1
- data/vendor/assets/bower_components/bootstrap/dist/css/bootstrap.css +33 -15
- data/vendor/assets/bower_components/bootstrap/dist/css/bootstrap.css.map +1 -1
- data/vendor/assets/bower_components/bootstrap/dist/css/bootstrap.min.css +2 -2
- data/vendor/assets/bower_components/bootstrap/dist/js/bootstrap.js +108 -97
- data/vendor/assets/bower_components/bootstrap/dist/js/bootstrap.min.js +3 -3
- data/vendor/assets/bower_components/bootstrap/grunt/bs-lessdoc-parser.js +2 -2
- data/vendor/assets/bower_components/bootstrap/grunt/configBridge.json +1 -0
- data/vendor/assets/bower_components/bootstrap/grunt/sauce_browsers.yml +1 -1
- data/vendor/assets/bower_components/bootstrap/js/affix.js +5 -5
- data/vendor/assets/bower_components/bootstrap/js/alert.js +2 -2
- data/vendor/assets/bower_components/bootstrap/js/button.js +2 -2
- data/vendor/assets/bower_components/bootstrap/js/carousel.js +6 -6
- data/vendor/assets/bower_components/bootstrap/js/collapse.js +7 -7
- data/vendor/assets/bower_components/bootstrap/js/dropdown.js +3 -3
- data/vendor/assets/bower_components/bootstrap/js/modal.js +41 -26
- data/vendor/assets/bower_components/bootstrap/js/popover.js +3 -8
- data/vendor/assets/bower_components/bootstrap/js/scrollspy.js +17 -20
- data/vendor/assets/bower_components/bootstrap/js/tab.js +3 -3
- data/vendor/assets/bower_components/bootstrap/js/tooltip.js +17 -13
- data/vendor/assets/bower_components/bootstrap/js/transition.js +1 -1
- data/vendor/assets/bower_components/bootstrap/less/alerts.less +2 -2
- data/vendor/assets/bower_components/bootstrap/less/badges.less +6 -5
- data/vendor/assets/bower_components/bootstrap/less/component-animations.less +1 -2
- data/vendor/assets/bower_components/bootstrap/less/dropdowns.less +1 -1
- data/vendor/assets/bower_components/bootstrap/less/forms.less +10 -2
- data/vendor/assets/bower_components/bootstrap/less/glyphicons.less +4 -0
- data/vendor/assets/bower_components/bootstrap/less/jumbotron.less +1 -1
- data/vendor/assets/bower_components/bootstrap/less/modals.less +3 -1
- data/vendor/assets/bower_components/bootstrap/less/navbar.less +0 -1
- data/vendor/assets/bower_components/bootstrap/less/navs.less +0 -2
- data/vendor/assets/bower_components/bootstrap/less/responsive-embed.less +8 -8
- data/vendor/assets/bower_components/bootstrap/less/scaffolding.less +12 -0
- data/vendor/assets/bower_components/bootstrap/less/tooltip.less +0 -1
- data/vendor/assets/bower_components/bootstrap/less/type.less +1 -1
- data/vendor/assets/bower_components/bootstrap/less/utilities.less +0 -1
- data/vendor/assets/bower_components/bootstrap/less/variables.less +5 -1
- data/vendor/assets/bower_components/bootstrap/package.js +22 -0
- data/vendor/assets/bower_components/bootstrap/package.json +28 -18
- data/vendor/assets/bower_components/fontawesome/bower.json +1 -1
- data/vendor/assets/bower_components/fontawesome/css/font-awesome.css +133 -4
- data/vendor/assets/bower_components/fontawesome/css/font-awesome.css.map +7 -0
- data/vendor/assets/bower_components/fontawesome/css/font-awesome.min.css +2 -2
- data/vendor/assets/bower_components/fontawesome/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/bower_components/fontawesome/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/bower_components/fontawesome/fonts/fontawesome-webfont.svg +53 -8
- data/vendor/assets/bower_components/fontawesome/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/bower_components/fontawesome/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/bower_components/fontawesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/vendor/assets/bower_components/fontawesome/less/{spinning.less → animated.less} +6 -1
- data/vendor/assets/bower_components/fontawesome/less/core.less +3 -1
- data/vendor/assets/bower_components/fontawesome/less/font-awesome.less +2 -2
- data/vendor/assets/bower_components/fontawesome/less/icons.less +45 -1
- data/vendor/assets/bower_components/fontawesome/less/mixins.less +3 -1
- data/vendor/assets/bower_components/fontawesome/less/path.less +1 -0
- data/vendor/assets/bower_components/fontawesome/less/variables.less +47 -2
- data/vendor/assets/bower_components/fontawesome/scss/{_spinning.scss → _animated.scss} +5 -0
- data/vendor/assets/bower_components/fontawesome/scss/_core.scss +3 -1
- data/vendor/assets/bower_components/fontawesome/scss/_icons.scss +45 -1
- data/vendor/assets/bower_components/fontawesome/scss/_mixins.scss +3 -1
- data/vendor/assets/bower_components/fontawesome/scss/_path.scss +2 -1
- data/vendor/assets/bower_components/fontawesome/scss/_variables.scss +47 -2
- data/vendor/assets/bower_components/fontawesome/scss/font-awesome.scss +2 -2
- data/vendor/assets/stylesheets/dist/railsstrap.css +6 -4
- metadata +7 -20
- data/vendor/assets/bower_components/fontawesome/less/extras.less +0 -2
- data/vendor/assets/bower_components/fontawesome/scss/_extras.scss +0 -44
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: tab.js v3.3.
|
|
2
|
+
* Bootstrap: tab.js v3.3.4
|
|
3
3
|
* http://getbootstrap.com/javascript/#tabs
|
|
4
4
|
* ========================================================================
|
|
5
5
|
* Copyright 2011-2015 Twitter, Inc.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
this.element = $(element)
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
Tab.VERSION = '3.3.
|
|
20
|
+
Tab.VERSION = '3.3.4'
|
|
21
21
|
|
|
22
22
|
Tab.TRANSITION_DURATION = 150
|
|
23
23
|
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
element.removeClass('fade')
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
if (element.parent('.dropdown-menu')) {
|
|
91
|
+
if (element.parent('.dropdown-menu').length) {
|
|
92
92
|
element
|
|
93
93
|
.closest('li.dropdown')
|
|
94
94
|
.addClass('active')
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: tooltip.js v3.3.
|
|
2
|
+
* Bootstrap: tooltip.js v3.3.4
|
|
3
3
|
* http://getbootstrap.com/javascript/#tooltip
|
|
4
4
|
* Inspired by the original jQuery.tipsy by Jason Frame
|
|
5
5
|
* ========================================================================
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
// ===============================
|
|
16
16
|
|
|
17
17
|
var Tooltip = function (element, options) {
|
|
18
|
-
this.type =
|
|
19
|
-
this.options =
|
|
20
|
-
this.enabled =
|
|
21
|
-
this.timeout =
|
|
22
|
-
this.hoverState =
|
|
18
|
+
this.type = null
|
|
19
|
+
this.options = null
|
|
20
|
+
this.enabled = null
|
|
21
|
+
this.timeout = null
|
|
22
|
+
this.hoverState = null
|
|
23
23
|
this.$element = null
|
|
24
24
|
|
|
25
25
|
this.init('tooltip', element, options)
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
Tooltip.VERSION = '3.3.
|
|
28
|
+
Tooltip.VERSION = '3.3.4'
|
|
29
29
|
|
|
30
30
|
Tooltip.TRANSITION_DURATION = 150
|
|
31
31
|
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
this.options = this.getOptions(options)
|
|
53
53
|
this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport)
|
|
54
54
|
|
|
55
|
+
if (this.$element[0] instanceof document.constructor && !this.options.selector) {
|
|
56
|
+
throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
|
|
57
|
+
}
|
|
58
|
+
|
|
55
59
|
var triggers = this.options.trigger.split(' ')
|
|
56
60
|
|
|
57
61
|
for (var i = triggers.length; i--;) {
|
|
@@ -272,10 +276,10 @@
|
|
|
272
276
|
this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
|
|
273
277
|
}
|
|
274
278
|
|
|
275
|
-
Tooltip.prototype.replaceArrow = function (delta, dimension,
|
|
279
|
+
Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
|
|
276
280
|
this.arrow()
|
|
277
|
-
.css(
|
|
278
|
-
.css(
|
|
281
|
+
.css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
|
|
282
|
+
.css(isVertical ? 'top' : 'left', '')
|
|
279
283
|
}
|
|
280
284
|
|
|
281
285
|
Tooltip.prototype.setContent = function () {
|
|
@@ -288,7 +292,7 @@
|
|
|
288
292
|
|
|
289
293
|
Tooltip.prototype.hide = function (callback) {
|
|
290
294
|
var that = this
|
|
291
|
-
var $tip = this
|
|
295
|
+
var $tip = $(this.$tip)
|
|
292
296
|
var e = $.Event('hide.bs.' + this.type)
|
|
293
297
|
|
|
294
298
|
function complete() {
|
|
@@ -305,7 +309,7 @@
|
|
|
305
309
|
|
|
306
310
|
$tip.removeClass('in')
|
|
307
311
|
|
|
308
|
-
$.support.transition &&
|
|
312
|
+
$.support.transition && $tip.hasClass('fade') ?
|
|
309
313
|
$tip
|
|
310
314
|
.one('bsTransitionEnd', complete)
|
|
311
315
|
.emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
|
|
@@ -449,7 +453,7 @@
|
|
|
449
453
|
var data = $this.data('bs.tooltip')
|
|
450
454
|
var options = typeof option == 'object' && option
|
|
451
455
|
|
|
452
|
-
if (!data && option
|
|
456
|
+
if (!data && /destroy|hide/.test(option)) return
|
|
453
457
|
if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
|
|
454
458
|
if (typeof option == 'string') data[option]()
|
|
455
459
|
})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ========================================================================
|
|
2
|
-
* Bootstrap: transition.js v3.3.
|
|
2
|
+
* Bootstrap: transition.js v3.3.4
|
|
3
3
|
* http://getbootstrap.com/javascript/#transitions
|
|
4
4
|
* ========================================================================
|
|
5
5
|
* Copyright 2011-2015 Twitter, Inc.
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
// Specified for the h4 to prevent conflicts of changing @headings-color
|
|
19
19
|
color: inherit;
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
// Provide class for links that match alerts
|
|
23
23
|
.alert-link {
|
|
24
24
|
font-weight: @alert-link-font-weight;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
> ul {
|
|
30
30
|
margin-bottom: 0;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
> p + p {
|
|
34
34
|
margin-top: 5px;
|
|
35
35
|
}
|
|
@@ -28,8 +28,9 @@
|
|
|
28
28
|
position: relative;
|
|
29
29
|
top: -1px;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
.btn-xs
|
|
31
|
+
|
|
32
|
+
.btn-xs &,
|
|
33
|
+
.btn-group-xs > .btn & {
|
|
33
34
|
top: 0;
|
|
34
35
|
padding: 1px 5px;
|
|
35
36
|
}
|
|
@@ -50,15 +51,15 @@
|
|
|
50
51
|
color: @badge-active-color;
|
|
51
52
|
background-color: @badge-active-bg;
|
|
52
53
|
}
|
|
53
|
-
|
|
54
|
+
|
|
54
55
|
.list-group-item > & {
|
|
55
56
|
float: right;
|
|
56
57
|
}
|
|
57
|
-
|
|
58
|
+
|
|
58
59
|
.list-group-item > & + & {
|
|
59
60
|
margin-right: 5px;
|
|
60
61
|
}
|
|
61
|
-
|
|
62
|
+
|
|
62
63
|
.nav-pills > li > a > & {
|
|
63
64
|
margin-left: 3px;
|
|
64
65
|
}
|
|
@@ -141,11 +141,15 @@ output {
|
|
|
141
141
|
&[disabled],
|
|
142
142
|
&[readonly],
|
|
143
143
|
fieldset[disabled] & {
|
|
144
|
-
cursor: @cursor-disabled;
|
|
145
144
|
background-color: @input-bg-disabled;
|
|
146
145
|
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
|
|
147
146
|
}
|
|
148
147
|
|
|
148
|
+
&[disabled],
|
|
149
|
+
fieldset[disabled] & {
|
|
150
|
+
cursor: @cursor-disabled;
|
|
151
|
+
}
|
|
152
|
+
|
|
149
153
|
// Reset height for `textarea`s
|
|
150
154
|
textarea& {
|
|
151
155
|
height: auto;
|
|
@@ -198,7 +202,7 @@ input[type="search"] {
|
|
|
198
202
|
// horizontal forms, use the predefined grid classes.
|
|
199
203
|
|
|
200
204
|
.form-group {
|
|
201
|
-
margin-bottom:
|
|
205
|
+
margin-bottom: @form-group-margin-bottom;
|
|
202
206
|
}
|
|
203
207
|
|
|
204
208
|
|
|
@@ -238,6 +242,7 @@ input[type="search"] {
|
|
|
238
242
|
// Radios and checkboxes on same line
|
|
239
243
|
.radio-inline,
|
|
240
244
|
.checkbox-inline {
|
|
245
|
+
position: relative;
|
|
241
246
|
display: inline-block;
|
|
242
247
|
padding-left: 20px;
|
|
243
248
|
margin-bottom: 0;
|
|
@@ -294,6 +299,7 @@ input[type="checkbox"] {
|
|
|
294
299
|
padding-bottom: (@padding-base-vertical + 1);
|
|
295
300
|
// Remove default margin from `p`
|
|
296
301
|
margin-bottom: 0;
|
|
302
|
+
min-height: (@line-height-computed + @font-size-base);
|
|
297
303
|
|
|
298
304
|
&.input-lg,
|
|
299
305
|
&.input-sm {
|
|
@@ -323,6 +329,7 @@ input[type="checkbox"] {
|
|
|
323
329
|
padding: @padding-small-vertical @padding-small-horizontal;
|
|
324
330
|
font-size: @font-size-small;
|
|
325
331
|
line-height: @line-height-small;
|
|
332
|
+
min-height: (@line-height-computed + @font-size-small);
|
|
326
333
|
}
|
|
327
334
|
}
|
|
328
335
|
|
|
@@ -338,6 +345,7 @@ input[type="checkbox"] {
|
|
|
338
345
|
padding: @padding-large-vertical @padding-large-horizontal;
|
|
339
346
|
font-size: @font-size-large;
|
|
340
347
|
line-height: @line-height-large;
|
|
348
|
+
min-height: (@line-height-computed + @font-size-large);
|
|
341
349
|
}
|
|
342
350
|
}
|
|
343
351
|
|
|
@@ -266,8 +266,12 @@
|
|
|
266
266
|
.glyphicon-piggy-bank { &:before { content: "\e225"; } }
|
|
267
267
|
.glyphicon-scissors { &:before { content: "\e226"; } }
|
|
268
268
|
.glyphicon-bitcoin { &:before { content: "\e227"; } }
|
|
269
|
+
.glyphicon-btc { &:before { content: "\e227"; } }
|
|
270
|
+
.glyphicon-xbt { &:before { content: "\e227"; } }
|
|
269
271
|
.glyphicon-yen { &:before { content: "\00a5"; } }
|
|
272
|
+
.glyphicon-jpy { &:before { content: "\00a5"; } }
|
|
270
273
|
.glyphicon-ruble { &:before { content: "\20bd"; } }
|
|
274
|
+
.glyphicon-rub { &:before { content: "\20bd"; } }
|
|
271
275
|
.glyphicon-scale { &:before { content: "\e230"; } }
|
|
272
276
|
.glyphicon-ice-lolly { &:before { content: "\e231"; } }
|
|
273
277
|
.glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
|
|
@@ -62,10 +62,12 @@
|
|
|
62
62
|
|
|
63
63
|
// Modal background
|
|
64
64
|
.modal-backdrop {
|
|
65
|
-
position:
|
|
65
|
+
position: fixed;
|
|
66
66
|
top: 0;
|
|
67
67
|
right: 0;
|
|
68
|
+
bottom: 0;
|
|
68
69
|
left: 0;
|
|
70
|
+
z-index: @zindex-modal-background;
|
|
69
71
|
background-color: @modal-backdrop-bg;
|
|
70
72
|
// Fade for backdrop
|
|
71
73
|
&.fade { .opacity(0); }
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
width: 100%;
|
|
23
23
|
border: 0;
|
|
24
24
|
}
|
|
25
|
+
}
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
// Modifier class for 16:9 aspect ratio
|
|
28
|
+
.embed-responsive-16by9 {
|
|
29
|
+
padding-bottom: 56.25%;
|
|
30
|
+
}
|
|
30
31
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
32
|
+
// Modifier class for 4:3 aspect ratio
|
|
33
|
+
.embed-responsive-4by3 {
|
|
34
|
+
padding-bottom: 75%;
|
|
35
35
|
}
|
|
@@ -148,3 +148,15 @@ hr {
|
|
|
148
148
|
clip: auto;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
// iOS "clickable elements" fix for role="button"
|
|
154
|
+
//
|
|
155
|
+
// Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
|
|
156
|
+
// for traditionally non-focusable elements with role="button"
|
|
157
|
+
// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
|
|
158
|
+
// Upstream patch for normalize.css submitted: https://github.com/necolas/normalize.css/pull/379 - remove this fix once that is merged
|
|
159
|
+
|
|
160
|
+
[role="button"] {
|
|
161
|
+
cursor: pointer;
|
|
162
|
+
}
|
|
@@ -207,6 +207,9 @@
|
|
|
207
207
|
//** Small `.form-control` height
|
|
208
208
|
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
|
|
209
209
|
|
|
210
|
+
//** `.form-group` margin
|
|
211
|
+
@form-group-margin-bottom: 15px;
|
|
212
|
+
|
|
210
213
|
@legend-color: @gray-dark;
|
|
211
214
|
@legend-border-color: #e5e5e5;
|
|
212
215
|
|
|
@@ -266,7 +269,8 @@
|
|
|
266
269
|
@zindex-popover: 1060;
|
|
267
270
|
@zindex-tooltip: 1070;
|
|
268
271
|
@zindex-navbar-fixed: 1030;
|
|
269
|
-
@zindex-modal:
|
|
272
|
+
@zindex-modal-background: 1040;
|
|
273
|
+
@zindex-modal: 1050;
|
|
270
274
|
|
|
271
275
|
|
|
272
276
|
//== Media queries breakpoints
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// package metadata file for Meteor.js
|
|
2
|
+
|
|
3
|
+
Package.describe({
|
|
4
|
+
name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap
|
|
5
|
+
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
|
|
6
|
+
version: '3.3.4',
|
|
7
|
+
git: 'https://github.com/twbs/bootstrap.git'
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
Package.onUse(function (api) {
|
|
11
|
+
api.versionsFrom('METEOR@1.0');
|
|
12
|
+
api.use('jquery', 'client');
|
|
13
|
+
api.addFiles([
|
|
14
|
+
'dist/fonts/glyphicons-halflings-regular.eot',
|
|
15
|
+
'dist/fonts/glyphicons-halflings-regular.svg',
|
|
16
|
+
'dist/fonts/glyphicons-halflings-regular.ttf',
|
|
17
|
+
'dist/fonts/glyphicons-halflings-regular.woff',
|
|
18
|
+
'dist/fonts/glyphicons-halflings-regular.woff2',
|
|
19
|
+
'dist/css/bootstrap.css',
|
|
20
|
+
'dist/js/bootstrap.js',
|
|
21
|
+
], 'client');
|
|
22
|
+
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bootstrap",
|
|
3
3
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.4",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
7
7
|
"less",
|
|
@@ -32,38 +32,48 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"btoa": "~1.1.2",
|
|
35
|
-
"glob": "~
|
|
35
|
+
"glob": "~5.0.3",
|
|
36
36
|
"grunt": "~0.4.5",
|
|
37
|
-
"grunt-autoprefixer": "~2.
|
|
37
|
+
"grunt-autoprefixer": "~2.2.0",
|
|
38
38
|
"grunt-banner": "~0.3.1",
|
|
39
39
|
"grunt-contrib-clean": "~0.6.0",
|
|
40
40
|
"grunt-contrib-compress": "~0.13.0",
|
|
41
|
-
"grunt-contrib-concat": "~0.5.
|
|
41
|
+
"grunt-contrib-concat": "~0.5.1",
|
|
42
42
|
"grunt-contrib-connect": "~0.9.0",
|
|
43
|
-
"grunt-contrib-copy": "~0.
|
|
44
|
-
"grunt-contrib-csslint": "~0.
|
|
45
|
-
"grunt-contrib-cssmin": "~0.
|
|
46
|
-
"grunt-contrib-jade": "~0.14.
|
|
47
|
-
"grunt-contrib-jshint": "~0.
|
|
43
|
+
"grunt-contrib-copy": "~0.8.0",
|
|
44
|
+
"grunt-contrib-csslint": "~0.4.0",
|
|
45
|
+
"grunt-contrib-cssmin": "~0.12.2",
|
|
46
|
+
"grunt-contrib-jade": "~0.14.1",
|
|
47
|
+
"grunt-contrib-jshint": "~0.11.0",
|
|
48
48
|
"grunt-contrib-less": "~1.0.0",
|
|
49
49
|
"grunt-contrib-qunit": "~0.5.2",
|
|
50
|
-
"grunt-contrib-uglify": "~0.
|
|
50
|
+
"grunt-contrib-uglify": "~0.8.0",
|
|
51
51
|
"grunt-contrib-watch": "~0.6.1",
|
|
52
52
|
"grunt-csscomb": "~3.0.0",
|
|
53
53
|
"grunt-exec": "~0.4.6",
|
|
54
|
-
"grunt-html
|
|
54
|
+
"grunt-html": "~4.0.1",
|
|
55
55
|
"grunt-jekyll": "~0.4.2",
|
|
56
|
-
"grunt-jscs": "~1.
|
|
57
|
-
"grunt-saucelabs": "~8.
|
|
56
|
+
"grunt-jscs": "~1.5.0",
|
|
57
|
+
"grunt-saucelabs": "~8.6.0",
|
|
58
58
|
"grunt-sed": "~0.1.1",
|
|
59
|
-
"load-grunt-tasks": "~
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"time-grunt": "
|
|
59
|
+
"load-grunt-tasks": "~3.1.0",
|
|
60
|
+
"markdown-it": "^4.0.1",
|
|
61
|
+
"npm-shrinkwrap": "^200.1.0",
|
|
62
|
+
"time-grunt": "^1.1.0"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
|
-
"node": "
|
|
65
|
+
"node": ">=0.10.1"
|
|
66
66
|
},
|
|
67
|
+
"files": [
|
|
68
|
+
"dist",
|
|
69
|
+
"fonts",
|
|
70
|
+
"grunt/*.js",
|
|
71
|
+
"grunt/*.json",
|
|
72
|
+
"js/*.js",
|
|
73
|
+
"less/**/*.less",
|
|
74
|
+
"Gruntfile.js",
|
|
75
|
+
"LICENSE"
|
|
76
|
+
],
|
|
67
77
|
"jspm": {
|
|
68
78
|
"main": "js/bootstrap",
|
|
69
79
|
"directories": {
|