diff --git a/Gruntfile.js b/Gruntfile.js index eb62061..e1b1792 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: { @@ -225,7 +226,7 @@ module.exports = function (grunt) { '*.{ico,txt}', '.htaccess', 'components/**/*', - 'images/{,*/}*.{gif,webp}' + 'images/{,*/}*.{png,gif,webp}' ] }] } diff --git a/app/images/glyphicons-halflings-white.png b/app/images/glyphicons-halflings-white.png new file mode 100644 index 0000000..3bf6484 Binary files /dev/null and b/app/images/glyphicons-halflings-white.png differ diff --git a/app/images/glyphicons-halflings.png b/app/images/glyphicons-halflings.png new file mode 100644 index 0000000..36c3b1e Binary files /dev/null and b/app/images/glyphicons-halflings.png differ diff --git a/app/styles/main.scss b/app/styles/main.scss index 39e66c7..b1145cc 100644 --- a/app/styles/main.scss +++ b/app/styles/main.scss @@ -1 +1,3 @@ -@import "compass_twitter_bootstrap"; \ No newline at end of file +$fontAwesomePath: "/components/font-awesome/font"; +@import "font-awesome/sass/font-awesome.sass"; +@import "compass_twitter_bootstrap"; diff --git a/component.json b/component.json index b4ba3ef..02de8e7 100644 --- a/component.json +++ b/component.json @@ -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",