From 429b04cd232481f0738cc31389fe48875e3bcfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Sun, 23 Feb 2014 01:07:31 +0100 Subject: [PATCH] Close GH-279: Fix Glyphicons path for Sass Bootstrap. --- app/templates/index.html | 4 ++-- app/templates/main.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 89c2799f..0797c9d0 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -41,7 +41,7 @@

<%= appname %>

'Allo, 'Allo!

Always a pleasure scaffolding your apps.

-

Splendid!

+

Splendid!

@@ -63,7 +63,7 @@

Bootstrap

diff --git a/app/templates/main.scss b/app/templates/main.scss index 0dec382e..02515cfc 100644 --- a/app/templates/main.scss +++ b/app/templates/main.scss @@ -1,4 +1,4 @@ -<% if (includeBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass/vendor/assets/fonts/"; +<% if (includeBootstrap) { %>$icon-font-path: "/bower_components/bootstrap-sass/vendor/assets/fonts/bootstrap/"; // bower:scss @import 'bootstrap-sass/vendor/assets/stylesheets/bootstrap.scss';