Skip to content

Commit

Permalink
Merge pull request #562 from MaxCDN/fa440
Browse files Browse the repository at this point in the history
added font awesome 4.4.0
  • Loading branch information
jmervine committed Jul 29, 2015
2 parents 522f385 + 4781ecc commit d08606c
Show file tree
Hide file tree
Showing 12 changed files with 2,678 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.12"
sudo: false
sudo: true # turn off containers to support validator
script: make travis
matrix:
fast_finish: true
Expand Down
5 changes: 4 additions & 1 deletion config/_config.yml
Expand Up @@ -212,8 +212,11 @@ bootstrap:

fontawesome:

- version: "4.3.0"
- version: "4.4.0"
latest: true
css_complete: "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"

- version: "4.3.0"
css_complete: "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"

- version: "4.2.0"
Expand Down

0 comments on commit d08606c

Please sign in to comment.