From e8668a72fe7a4682ce1ad1d8d94e01d687edfd50 Mon Sep 17 00:00:00 2001 From: Paul VanKeuren Date: Tue, 23 Feb 2016 18:23:46 -0600 Subject: [PATCH] Ignore non-framework files when using bower --- bower.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1dab019..3b8710f 100644 --- a/bower.json +++ b/bower.json @@ -17,5 +17,12 @@ "responsive", "boilerplate" ], + "ignore": [ + "*", + "!css/", + "!css/*", + "!images/", + "!images/*" + ], "license": "MIT" -} \ No newline at end of file +}