aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-01-09 11:20:23 +0100
committerZlatan Vasović <[email protected]>2014-01-09 11:20:23 +0100
commit431c544fbc5a90a3c58442a58d4d405b05d91ef2 (patch)
tree75de7bc969d97722faf2a006205d53e078257c38
parent7ba6daabfe9686bbfbf12d1b83cda387378acc2b (diff)
downloadbootstrap-431c544fbc5a90a3c58442a58d4d405b05d91ef2.tar.xz
bootstrap-431c544fbc5a90a3c58442a58d4d405b05d91ef2.zip
Update paths in bower.json
- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
-rw-r--r--bower.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 900ab42a6..c63fbf1e7 100644
--- a/bower.json
+++ b/bower.json
@@ -11,13 +11,11 @@
],
"ignore": [
"**/.*",
- "*.html",
- "_*",
+ "_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
- "docs/assets",
- "examples",
+ "docs",
"js/tests"
],
"dependencies": {