From: Rodrigo Willrich Date: Sun, 1 Sep 2013 19:24:42 +0000 (-0300) Subject: Bower: Ignore development and documentation files on bower.json. Fix #10313. X-Git-Tag: v3.0.3~16^2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2491a808a887f604c4ba091b6a1b7fc6f937b6;p=thirdparty%2Fbootstrap.git Bower: Ignore development and documentation files on bower.json. Fix #10313. 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. --- diff --git a/bower.json b/bower.json index 0d03da6c90..91d667c114 100644 --- a/bower.json +++ b/bower.json @@ -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"