mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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)
This commit is contained in:
parent
7ba6daabfe
commit
431c544fbc
1 changed files with 2 additions and 4 deletions
|
@ -11,13 +11,11 @@
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"*.html",
|
"_config.yml",
|
||||||
"_*",
|
|
||||||
"CNAME",
|
"CNAME",
|
||||||
"composer.json",
|
"composer.json",
|
||||||
"CONTRIBUTING.md",
|
"CONTRIBUTING.md",
|
||||||
"docs/assets",
|
"docs",
|
||||||
"examples",
|
|
||||||
"js/tests"
|
"js/tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue