summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-07 14:29:58 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-07 14:29:58 -0500
commita7b311fcd1e69b840c2cc56341f57505c737db0b (patch)
treec6cb0bce501aef038decba59ce12941cc4311ac3 /bower.json
parentc32ccde18c6d03071ddcc5b23456f5f60c09446f (diff)
bower ignore most everything but css, less, and glyphicons, closes #198
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json21
1 files changed, 21 insertions, 0 deletions
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"
},