Skip to content

Commit

Permalink
update to fontawesome 4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Nov 12, 2013
1 parent 61dab06 commit 016d9a2
Show file tree
Hide file tree
Showing 689 changed files with 114,310 additions and 6,606 deletions.
2 changes: 1 addition & 1 deletion assets/css/bootswatch.min.css

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

2 changes: 1 addition & 1 deletion assets/less/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ footer {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background-color: #eaf1f1;

[class^="icon-"] {
.fa {
margin-right: 0.5em;
}

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"bootstrap": "~3.0.2",
"font-awesome": "~3.2.0"
"font-awesome": "~4.0.0"
},
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion bower_components/bootstrap/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"commit": "3887f540b978d593f433bfef15888bc2d103de72"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.0.1",
"_target": "~3.0.2",
"_originalSource": "bootstrap"
}
10 changes: 5 additions & 5 deletions bower_components/font-awesome/.bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "font-awesome",
"homepage": "https://github.com/FortAwesome/Font-Awesome",
"version": "3.2.1",
"_release": "3.2.1",
"version": "4.0.3",
"_release": "4.0.3",
"_resolution": {
"type": "version",
"tag": "v3.2.1",
"commit": "8d6f493a347c6408f47b8526bf815fecdb0d827a"
"tag": "v4.0.3",
"commit": "dc23a94e16a8daa3cbb3c7fa34d63e2812637b8f"
},
"_source": "git://github.com/FortAwesome/Font-Awesome.git",
"_target": "~3.2.0",
"_target": "~4.0.0",
"_originalSource": "font-awesome"
}
2 changes: 2 additions & 0 deletions bower_components/font-awesome/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version
1 change: 0 additions & 1 deletion bower_components/font-awesome/.ruby-version

This file was deleted.

2 changes: 1 addition & 1 deletion bower_components/font-awesome/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ PLATFORMS

DEPENDENCIES
debugger
jekyll (= 1.0)
jekyll (~> 1.0)
23 changes: 19 additions & 4 deletions bower_components/font-awesome/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#[Font Awesome v3.2.1](http://fontawesome.io)
#[Font Awesome v4.0.3](http://fontawesome.io)
###the iconic font designed for Bootstrap

Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
maintained by [Dave Gandy](http://twitter.com/byscuits). Stay up to date [@fontawesome](http://twitter.com/fontawesome).
Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and
maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).

Get started at http://fontawesome.io!

Expand All @@ -25,6 +25,10 @@ Get started at http://fontawesome.io!
- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)
- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)
- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed)
- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed)

##Versioning

Expand All @@ -42,10 +46,21 @@ For more information on SemVer, please visit http://semver.org.

##Author
- Email: [email protected]
- Twitter: http://twitter.com/byscuits
- Twitter: http://twitter.com/davegandy
- GitHub: https://github.com/davegandy
- Work: Lead Product Designer @ http://kyru.us

##Component
To include as a [component](http://github.com/component/component), just run

$ component install FortAwesome/Font-Awesome

Or add

"FortAwesome/Font-Awesome": "*"

to the `dependencies` in your `component.json`.

## Hacking on Font Awesome

From the root of the repository, install the tools used to develop.
Expand Down
14 changes: 9 additions & 5 deletions bower_components/font-awesome/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,26 @@ pygments: true
permalink: pretty

# ensures SCSS files are compiled
include: [_bootstrap.scss, _core.scss, _extras.scss, _icons.scss, _mixins.scss, _path.scss, _variables.scss]
include: [_bordered-pulled.scss, _core.scss, _fixed-width.scss, _icons.scss, _larger.scss, _list.scss, _mixins.scss, _path.scss, _rotated-flipped.scss, _spinning.scss, _stacked.scss, _variables.scss]

# used in building icon pages
icon_meta: src/icons.yml
icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination

fontawesome:
version: 3.2.1
minor_version: 3.2
version: 4.0.3
minor_version: 4.0
url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/
blog_url: http://blog.fontawesome.io
twitter: fontawesome
tagline: The iconic font designed for Bootstrap
css_prefix: fa
author:
name: Dave Gandy
email: [email protected]
twitter: byscuits
twitter: davegandy
work:
name: Kyruus
url: http://kyruus.com
Expand All @@ -50,5 +51,8 @@ fontawesome:
url: http://creativecommons.org/licenses/by/3.0/

bootstrap:
version: 2.3.2
version: 3.0.0
url: http://getbootstrap.com

jquery:
version: 1.10.2
20 changes: 20 additions & 0 deletions bower_components/font-awesome/component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Font-Awesome",
"repo": "FortAwesome/Font-Awesome",
"description": "Font Awesome",
"version": "4.0.3",
"keywords": [],
"dependencies": {},
"development": {},
"license": "SIL, MIT, CC BY 3.0",
"styles": [
"css/font-awesome.css"
],
"fonts": [
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/FontAwesome.otf"
]
}
6 changes: 3 additions & 3 deletions bower_components/font-awesome/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"name": "Dave Gandy",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://twitter.com/byscuits"
"homepage": "http://twitter.com/davegandy"
}
],
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
"dev-master": "4.0.x-dev"
}
},
"license": [
Expand All @@ -22,6 +22,6 @@
],
"require-dev": {
"jekyll": "1.0.2",
"lessc": "1.3.3"
"lessc": "1.4.2"
}
}
Loading

0 comments on commit 016d9a2

Please sign in to comment.