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

Commit 426a085

Browse files
author
Christopher McCulloh
committed
release 3.15.8
1 parent bbe6d74 commit 426a085

File tree

8 files changed

+12
-16
lines changed

8 files changed

+12
-16
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.7/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.6/css/fuelux.min.css" rel="stylesheet">
83+
<link href="//www.fuelcdn.com/fuelux/3.15.7/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.6/js/fuelux.min.js"></script>
87+
<script src="//www.fuelcdn.com/fuelux/3.15.7/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.6/'
118+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.7/'
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.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: 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

-167 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/09/22, 1:48:06 PM
3-
* Previous release: v3.15.7
2+
* Fuel UX v3.15.8
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: 3 additions & 4 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
@@ -86,7 +86,7 @@
8686
"postinstall": "node postinstall.js"
8787
},
8888
"title": "Fuel UX",
89-
"version": "3.15.7",
89+
"version": "3.15.8",
9090
"volo": {
9191
"baseDir": "lib",
9292
"dependencies": {

0 commit comments

Comments
 (0)