mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Update readme with new contributing instructions
This commit is contained in:
parent
a540c8bd96
commit
f808e9f400
2 changed files with 21 additions and 4 deletions
|
@ -1,5 +1,22 @@
|
|||
# Contributing to bootstrap-sass
|
||||
|
||||
## Upstream Converter
|
||||
|
||||
Upsteam changes to the Twitter Bootstrap project can be pulled in using the `convert` rake task.
|
||||
|
||||
Here's an example run that would pull down the `3.0.0-wip` branch from the main twitter/bootstrap repo:
|
||||
|
||||
% bundle exec rake 'convert[3.0.0-wip]'
|
||||
|
||||
The latest converter script is located [here](https://github.com/intridea/bootstrap-sass/blob/3.0.0-wip/tasks/converter.rb) and attempts to do the following:
|
||||
|
||||
* Convert upsteam bootstrap Less files to the matching Scss file.
|
||||
* TODO: Copy upstream javascript, images and other assets into the bootstrap-sass assets directory.
|
||||
|
||||
This conversion is not perfect at this time so manual fixes to the resulting Scss will necessary.
|
||||
See [these github issues](https://github.com/intridea/bootstrap-sass/issues?labels=converter&state=open) tagged with `conversion` which track the current shortcomings of the conversion process.
|
||||
|
||||
|
||||
## Bugs
|
||||
|
||||
A bug is a _demonstrable problem_ that is caused by the code in the
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
Welcome to the 3 branch.
|
||||
|
||||
3 might be complete in places, but stuff will break.
|
||||
## Conversion
|
||||
|
||||
This certainly won't be merged into master (and the commit messages will be horrible) since we will pull from jlong/sass-twitter-bootstrap as per usual, but this is an attempt so you can see and try out Bootstrap 3 with you application.
|
||||
If you'd like to help out with the conversion to Twitter Bootstrap 3, please read about how to use the new converter script in the [CONTRIBUTING README](https://github.com/intridea/bootstrap-sass/blob/3.0.0-wip/CONTRIBUTING.md).
|
||||
|
|
Loading…
Reference in a new issue