diff options
| author | Zlatan Vasović <[email protected]> | 2014-01-09 11:20:23 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-01-09 11:20:23 +0100 |
| commit | 431c544fbc5a90a3c58442a58d4d405b05d91ef2 (patch) | |
| tree | 75de7bc969d97722faf2a006205d53e078257c38 /bower.json | |
| parent | 7ba6daabfe9686bbfbf12d1b83cda387378acc2b (diff) | |
| download | bootstrap-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)
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 6 |
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": { |
