]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bower: Ignore development and documentation files on bower.json. Fix #10313.
authorRodrigo Willrich <rodrigo.willrich@hotmail.com>
Sun, 1 Sep 2013 19:24:42 +0000 (16:24 -0300)
committerRodrigo Willrich <rodrigo.willrich@hotmail.com>
Sun, 1 Sep 2013 19:50:24 +0000 (16:50 -0300)
I've kept only the files I consider relevant to bower installation:

- Files in dist directory;
- Files in js directory;
- Files in less directory;
- bower.json file;
- README.md file;
- LICENSE file.

bower.json

index 0d03da6c90742b1350e09d77bb4ec8677f7d65e0..91d667c1145e8e69c1396be3f5d0f58d7a164585 100644 (file)
@@ -3,7 +3,19 @@
   "version": "3.0.0",
   "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
   "ignore": [
-      "**/.*"
+    "**/.*",
+    "_*",
+    "assets",
+    "examples",
+    "/fonts",
+    "js/tests",
+    "CNAME",
+    "CONTRIBUTING.md",
+    "Gruntfile.js",
+    "browserstack.json",
+    "composer.json",
+    "package.json",
+    "*.html"
   ],
   "dependencies": {
     "jquery": ">= 1.9.0"