]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge pull request #10353 from rwillrich/ignore-files
authorChris Rebert <github@rebertia.com>
Thu, 14 Nov 2013 23:37:22 +0000 (15:37 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 14 Nov 2013 23:37:22 +0000 (15:37 -0800)
Bower: Ignore development and documentation files on bower.json. Fix #10313

1  2 
bower.json

diff --cc bower.json
index ed210a01f967595d9d55b83550d563c4ae745a07,813ab8ee0d1fd8b4fc5ea4b367206a774129e6ad..19b7423af13cfa89dd73047c2470309073b503c3
@@@ -1,9 -1,21 +1,21 @@@
  {
    "name": "bootstrap",
 -  "version": "3.0.0",
 +  "version": "3.0.2",
    "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
    "ignore": [
-       "**/.*"
+     "**/.*",
+     "_*",
+     "docs-assets",
+     "examples",
+     "/fonts",
+     "js/tests",
+     "CNAME",
+     "CONTRIBUTING.md",
+     "Gruntfile.js",
+     "browserstack.json",
+     "composer.json",
+     "package.json",
+     "*.html"
    ],
    "dependencies": {
      "jquery": ">= 1.9.0"