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

Commit 1a2ab60

Browse files
author
Christopher McCulloh
committed
release 3.15.10
1 parent dec9981 commit 1a2ab60

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
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.8/fuelux.zip).
58+
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.9/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.8/css/fuelux.min.css" rel="stylesheet">
83+
<link href="//www.fuelcdn.com/fuelux/3.15.9/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.8/js/fuelux.min.js"></script>
87+
<script src="//www.fuelcdn.com/fuelux/3.15.9/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.8/'
118+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.9/'
119119
//...
120120
}
121121
});

dist/css/fuelux.css

Lines changed: 1 addition & 2 deletions
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: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fuelux.zip

-181 Bytes
Binary file not shown.

dist/js/fuelux.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*!
2-
* Fuel UX EDGE - Built 2016/12/15, 3:42:46 PM
3-
* Previous release: v3.15.9
2+
* Fuel UX v3.15.10
43
* Copyright 2012-2016 ExactTarget
54
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
65
*/

dist/js/fuelux.min.js

Lines changed: 1 addition & 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.9",
90+
"version": "3.15.10",
9191
"volo": {
9292
"baseDir": "lib",
9393
"dependencies": {

0 commit comments

Comments
 (0)