Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit de7edad

Browse files
author
jgekeler
committed
release 3.15.11
1 parent b2d69bb commit de7edad

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also use on of the following methods:
5555
- [Volo](https://github.com/volojs/volo) `volo add fuelux` (update with `volo add -f fuelux`).
5656
- Clone via git `git clone https://github.com/ExactTarget/fuelux/`
5757
- Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
58-
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.9/fuelux.zip).
58+
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.10/fuelux.zip).
5959

6060
# Using Fuel UX
6161

@@ -80,11 +80,11 @@ For other methods of managing dependencies consider [AMD support via require](ht
8080
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
8181
```
8282
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
83-
<link href="//www.fuelcdn.com/fuelux/3.15.9/css/fuelux.min.css" rel="stylesheet">
83+
<link href="//www.fuelcdn.com/fuelux/3.15.10/css/fuelux.min.css" rel="stylesheet">
8484
8585
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
8686
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
87-
<script src="//www.fuelcdn.com/fuelux/3.15.9/js/fuelux.min.js"></script>
87+
<script src="//www.fuelcdn.com/fuelux/3.15.10/js/fuelux.min.js"></script>
8888
8989
```
9090

@@ -115,7 +115,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
115115
```javascript
116116
require.config({
117117
paths: {
118-
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.9/'
118+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.10/'
119119
//...
120120
}
121121
});

dist/css/fuelux.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fuelux.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fuelux.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fuelux.zip

64 Bytes
Binary file not shown.

dist/js/fuelux.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Fuel UX v3.15.10
3-
* Copyright 2012-2016 ExactTarget
2+
* Fuel UX v3.15.11
3+
* Copyright 2012-2017 ExactTarget
44
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
55
*/
66

dist/js/fuelux.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"release": "grunt release"
8888
},
8989
"title": "Fuel UX",
90-
"version": "3.15.10",
90+
"version": "3.15.11",
9191
"volo": {
9292
"baseDir": "lib",
9393
"dependencies": {

0 commit comments

Comments
 (0)