Skip to content

Commit

Permalink
chore(fontawesome): Updated Font Awesome to v3.2.1
Browse files Browse the repository at this point in the history
Because manual management of Font Awesome files is a pain, this now
runs the CDN version. With a little work, we can get this working with
the Bower version, but because there are assets it becomes more of a
challenge.
  • Loading branch information
Josh David Miller committed Jun 20, 2013
1 parent 673567a commit acab253
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 852 deletions.
22 changes: 0 additions & 22 deletions src/assets/font-awesome-ie7.min.css

This file was deleted.

Binary file removed src/assets/fonts/FontAwesome.otf
Binary file not shown.
Binary file removed src/assets/fonts/Roboto-Regular.woff
Binary file not shown.
Binary file removed src/assets/fonts/fontawesome-webfont.eot
Binary file not shown.
284 changes: 0 additions & 284 deletions src/assets/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed src/assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed src/assets/fonts/fontawesome-webfont.woff
Binary file not shown.
13 changes: 11 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<meta property="og:image" content="https://a248.e.akamai.net/assets.github.com/images/modules/logos_page/Octocat.png?1366128846" />
<meta property="og:description" content="Non-Trivial AngularJS Made Easy: Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around.">

<!-- font awesome from BootstrapCDN -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

<!-- compiled CSS --><% styles.forEach( function ( file ) { %>
<link rel="stylesheet" type="text/css" href="<%= file %>" /><% }); %>

Expand All @@ -40,10 +43,16 @@ <h3 class="muted">ng-boilerplate</h3>
<div class="container">
<ul class="nav">
<li ui-route="/home" ng-class="{active:$uiRoute}">
<a href="#/home"><i class="icon-home"></i>Home</a>
<a href="#/home">
<i class="icon-home"></i>
Home
</a>
</li>
<li ui-route="/about" ng-class="{active:$uiRoute}">
<a href="#/about"><i class="icon-info-sign"></i>What is it?</a>
<a href="#/about">
<i class="icon-info-sign"></i>
What is it?
</a>
</li>
<li>
<a href="https://github.com/joshdmiller/ng-boilerplate#readme">
Expand Down
Loading

0 comments on commit acab253

Please sign in to comment.