]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update paths in bower.json 12163/head
authorZlatan Vasović <legospace9876@gmail.com>
Thu, 9 Jan 2014 10:20:23 +0000 (11:20 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Thu, 9 Jan 2014 10:20:23 +0000 (11:20 +0100)
- 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)

bower.json

index 900ab42a6abe13b844458785373d829054351a00..c63fbf1e747474ef9d1cf3dce0168d06c6253d81 100644 (file)
   ],
   "ignore": [
     "**/.*",
-    "*.html",
-    "_*",
+    "_config.yml",
     "CNAME",
     "composer.json",
     "CONTRIBUTING.md",
-    "docs/assets",
-    "examples",
+    "docs",
     "js/tests"
   ],
   "dependencies": {