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

Commit e9dd0de

Browse files
release 3.10.0
1 parent 75877aa commit e9dd0de

File tree

8 files changed

+11
-15
lines changed

8 files changed

+11
-15
lines changed

DETAILS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fuel UX can be applied to a section of your your HTML or the entire page by addi
3030
## Downloading code
3131
Fuel UX can be obtained in any of the following ways:
3232

33-
* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.9.0/)
33+
* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.10.0/)
3434
* Using [Bower](https://github.com/bower/bower) (ensures you get all the [dependencies](#dependencies)):
3535

3636
```
@@ -53,7 +53,7 @@ Fuel UX can be obtained in any of the following ways:
5353

5454
Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
5555

56-
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.9.0/fuelux.zip).
56+
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.10.0/fuelux.zip).
5757

5858
## AMD support
5959

@@ -63,7 +63,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
6363
```javascript
6464
require.config({
6565
paths: {
66-
'fuelux': 'http://www.fuelcdn.com/fuelux/3.9.0/'
66+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.10.0/'
6767
//...
6868
}
6969
});

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ Add `fuelux` class to the portion of the page using Fuel UX as seen [here](https
3232
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
3333
```
3434
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
35-
<link href="//www.fuelcdn.com/fuelux/3.9.0/css/fuelux.min.css" rel="stylesheet">
35+
<link href="//www.fuelcdn.com/fuelux/3.10.0/css/fuelux.min.css" rel="stylesheet">
3636
3737
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
3838
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
39-
<script src="//www.fuelcdn.com/fuelux/3.9.0/js/fuelux.min.js"></script>
39+
<script src="//www.fuelcdn.com/fuelux/3.10.0/js/fuelux.min.js"></script>
4040
4141
```
4242

4343
### Install
4444
A few ways available to install.
4545

46-
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.9.0/)
46+
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.10.0/)
4747
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.4.0.zip).
4848
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.
4949
- Install with [Bower](http://bower.io): `bower install fuelux`.

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

-184 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 2015/07/10, 7:25:45 PM
3-
* Previous release: v3.9.0
2+
* Fuel UX v3.10.0
43
* Copyright 2012-2015 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
@@ -82,7 +82,7 @@
8282
"test": "grunt travisci --verbose"
8383
},
8484
"title": "Fuel UX",
85-
"version": "3.9.0",
85+
"version": "3.10.0",
8686
"volo": {
8787
"baseDir": "lib",
8888
"dependencies": {

0 commit comments

Comments
 (0)