From 576269b1b719715e3aec587edf4004ccc3d18f5b Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Mon, 29 Jul 2013 16:58:55 -0700 Subject: fix(bower): update bower usage and resources Changes: - Fix our old code to use bower_components/ as the install dir - Fix the Bootstrap asset to use github.com/twbs/bootstrap (it moved) - Fail the build on Bower failure. Bower should not fail silently. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e7bc3e12..c43b7e8c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ performance/temp*.html angular.js.tmproj /node_modules/ /components/ +/bower_components/ angular.xcodeproj .idea .agignore -- cgit v1.2.3