From: Chris Rebert Date: Thu, 14 Nov 2013 23:37:22 +0000 (-0800) Subject: Merge pull request #10353 from rwillrich/ignore-files X-Git-Tag: v3.0.3~16^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b59fcfd02799915d9bf4fc19f30cfa71b2d66c;p=thirdparty%2Fbootstrap.git Merge pull request #10353 from rwillrich/ignore-files Bower: Ignore development and documentation files on bower.json. Fix #10313 --- 57b59fcfd02799915d9bf4fc19f30cfa71b2d66c diff --cc bower.json index ed210a01f9,813ab8ee0d..19b7423af1 --- a/bower.json +++ b/bower.json @@@ -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"