From a7b311fcd1e69b840c2cc56341f57505c737db0b Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 7 Feb 2014 14:29:58 -0500 Subject: bower ignore most everything but css, less, and glyphicons, closes #198 --- bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/bower.json b/bower.json index 8dfe5b97..d535744d 100644 --- a/bower.json +++ b/bower.json @@ -14,6 +14,27 @@ "url": "https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE" } ], + "ignore": [ + "2", + "api", + "assets", + "custom", + "default", + "global", + "help", + "tests", + "_config.yml", + ".gitignore", + ".travis.yml", + "CNAME", + "composer.json", + "favicon.ico", + "Gemfile", + "Gruntfile.js", + "index.html", + "*/index.html", + "*/thumbnail.png" + ], "dependencies": { "bootstrap": "~3.1.0" }, -- cgit v1.2.3