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

Commit 2e7a0de

Browse files
author
swilliams
committed
release 3.13.1
1 parent 6f2f73f commit 2e7a0de

File tree

8 files changed

+289
-208
lines changed

8 files changed

+289
-208
lines changed

DETAILS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Additional details to supplement the brief nature of the README file.
2929

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

32-
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.12.0/fuelux.zip).
32+
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.13.0/fuelux.zip).
3333

3434
## AMD support
3535

@@ -39,7 +39,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
3939
```javascript
4040
require.config({
4141
paths: {
42-
'fuelux': 'http://www.fuelcdn.com/fuelux/3.12.0/'
42+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.13.0/'
4343
//...
4444
}
4545
});

README.md

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

4545
#### The code you want is in `dist`
4646
A few ways available to install.
4747

48-
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.12.0/)
48+
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.13.0/)
4949
- Install with [NPM](https://www.npmjs.com/package/fuelux): `npm install fuelux`.
5050
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.4.0.zip).
5151
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.

dist/css/fuelux.css

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

dist/fuelux.zip

1.48 KB
Binary file not shown.

0 commit comments

Comments
 (0)