From b8b250a5d29496db854bbc17cb3b560a9eafb3a3 Mon Sep 17 00:00:00 2001
From: Derek Kent <dak@dak.org>
Date: Thu, 5 Dec 2013 19:05:32 -0500
Subject: [PATCH] Don't exclude fonts from bower installs

Excluding fonts/ from bower installs causes glyphicons to be
unavailable to projects using development Bootstrap LESS files.
---
 bower.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bower.json b/bower.json
index 02bd14c6da..ffdf8052ac 100644
--- a/bower.json
+++ b/bower.json
@@ -14,7 +14,6 @@
     "_*",
     "docs-assets",
     "examples",
-    "/fonts",
     "js/tests",
     "CNAME",
     "CONTRIBUTING.md",