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

Commit

Permalink
release 3.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McCulloh committed Sep 23, 2016
1 parent bbe6d74 commit 426a085
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can also use on of the following methods:
- [Volo](https://github.com/volojs/volo) `volo add fuelux` (update with `volo add -f fuelux`).
- Clone via git `git clone https://github.com/ExactTarget/fuelux/`
- Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.8/fuelux.zip).
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.7/fuelux.zip).

# Using Fuel UX

Expand All @@ -80,11 +80,11 @@ For other methods of managing dependencies consider [AMD support via require](ht
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
```
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//www.fuelcdn.com/fuelux/3.15.6/css/fuelux.min.css" rel="stylesheet">
<link href="//www.fuelcdn.com/fuelux/3.15.7/css/fuelux.min.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.15.6/js/fuelux.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.15.7/js/fuelux.min.js"></script>
```

Expand Down Expand Up @@ -115,7 +115,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
```javascript
require.config({
paths: {
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.6/'
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.7/'
//...
}
});
Expand Down
3 changes: 1 addition & 2 deletions dist/css/fuelux.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/fuelux.css.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/css/fuelux.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/fuelux.zip
Binary file not shown.
3 changes: 1 addition & 2 deletions dist/js/fuelux.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*!
* Fuel UX EDGE - Built 2016/09/22, 1:48:06 PM
* Previous release: v3.15.7
* Fuel UX v3.15.8
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
Expand Down
7 changes: 3 additions & 4 deletions dist/js/fuelux.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"postinstall": "node postinstall.js"
},
"title": "Fuel UX",
"version": "3.15.7",
"version": "3.15.8",
"volo": {
"baseDir": "lib",
"dependencies": {
Expand Down

0 comments on commit 426a085

Please sign in to comment.