From: vsn4ik Date: Tue, 8 Sep 2015 05:58:03 +0000 (+0300) Subject: Remove dropped v3 bootstrap-theme X-Git-Tag: v4.0.0-alpha.2~319^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99bc3fe6238aa1398ad5afab8130b47bb2f0c9d;p=thirdparty%2Fbootstrap.git Remove dropped v3 bootstrap-theme [ci skip] --- diff --git a/.gitattributes b/.gitattributes index 7c22a49fb5..5788b12289 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,5 @@ # Don't diff or textually merge source maps *.map binary -bootstrap-theme.css linguist-vendored=false bootstrap.css linguist-vendored=false bootstrap.js linguist-vendored=false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff89537ba9..abea474845 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,7 +135,7 @@ Please adhere to the [coding guidelines](#code-guidelines) used throughout the project (indentation, accurate comments, etc.) and any other requirements (such as test coverage). -**Do not edit `bootstrap.css`, `bootstrap-theme.css`, or `bootstrap.js` +**Do not edit `bootstrap.css`, or `bootstrap.js` directly!** Those files are automatically generated. You should edit the source files in [`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/master/scss) and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.