Skip to content

Commit

Permalink
Start using fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
looselytyped committed Apr 10, 2013
1 parent 5bc9532 commit da6aaed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ module.exports = function (grunt) {
javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
importPath: '<%= yeoman.app %>/components',
relativeAssets: true
relativeAssets: true,
force: true
},
dist: {},
server: {
Expand Down Expand Up @@ -225,7 +226,7 @@ module.exports = function (grunt) {
'*.{ico,txt}',
'.htaccess',
'components/**/*',
'images/{,*/}*.{gif,webp}'
'images/{,*/}*.{png,gif,webp}'
]
}]
}
Expand Down
Binary file added app/images/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
@import "compass_twitter_bootstrap";
$fontAwesomePath: "/components/font-awesome/font";
@import "font-awesome/sass/font-awesome.sass";
@import "compass_twitter_bootstrap";
3 changes: 2 additions & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"es5-shim": "~2.0.5",
"angular-resource": "~1.0.5",
"angular-cookies": "~1.0.5",
"angular-sanitize": "~1.0.5"
"angular-sanitize": "~1.0.5",
"font-awesome": "~3.0.2"
},
"devDependencies": {
"angular-mocks": "~1.0.5",
Expand Down

0 comments on commit da6aaed

Please sign in to comment.