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

Commit f88907e

Browse files
author
kevinparkerson
committed
release 3.2.1
1 parent 67275fa commit f88907e

File tree

10 files changed

+16
-15
lines changed

10 files changed

+16
-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.2.0/)
33+
* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.1/)
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.2.0/fuelux.zip).
56+
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.2.1/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.2.0/'
66+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.2.1/'
6767
//...
6868
}
6969
});

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ 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.2.0/css/fuelux.min.css" rel="stylesheet">
35+
<link href="//www.fuelcdn.com/fuelux/3.2.1/css/fuelux.min.css" rel="stylesheet">
3636
3737
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
38-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
39-
<script src="//www.fuelcdn.com/fuelux/3.2.0/js/fuelux.min.js"></script>
38+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
39+
<script src="//www.fuelcdn.com/fuelux/3.2.1/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.2.0/)
47-
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.2.0.zip).
46+
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.1/)
47+
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.2.1.zip).
4848
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.
4949
- Install with [Bower](http://bower.io): `bower install fuelux`.
5050
- Install with [Volo](https://github.com/volojs/volo): `volo add fuelux`.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuelux",
33
"description": "Extending Bootstrap with additional lightweight JavaScript controls.",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"keywords": [
66
"application",
77
"bootstrap",

dist/css/fuelux.css

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

dist/fuelux.zip

1 Byte
Binary file not shown.

dist/js/fuelux.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Fuel UX v3.2.0
2+
* Fuel UX v3.2.1
33
* Copyright 2012-2014 ExactTarget
44
* Licensed under the BSD-3-Clause license ()
55
*/

dist/js/fuelux.min.js

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

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<link href="bower_components/bootstrap/dist/css/bootstrap.css" rel="stylesheet" type="text/css">
99

1010
<!-- allows for visual check of compiled LESS for debugging/testing purposes. Uncomment this, and comment out client-side LESS compilation code below to use this -->
11-
<!-- link href="dist/css/fuelux.css" rel="stylesheet" type="text/css" -->
11+
<!--<link href="dist/css/fuelux.css" rel="stylesheet" type="text/css">-->
12+
<!--<link href="dist/css/fuelux.min.css" rel="stylesheet" type="text/css">-->
1213

1314
<!--CLIENT-SIDE LESS COMPILATION FOR WATCHER-LESS DEV-->
1415
<link href="less/fuelux.less" rel="stylesheet/less" type="text/css"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuelux",
33
"title": "Fuel UX",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"description": "Base Fuel UX styles and controls",
66
"homepage": "https://github.com/ExactTarget/fuelux",
77
"author": {

0 commit comments

Comments
 (0)