Updates to README files to reflect correct repo

This commit is contained in:
Peter Gumeson 2013-07-30 16:46:15 -07:00
parent 1b362fddb5
commit f4294bfd02
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,6 @@
## 3.0.0.0
* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
* Namespace scss mixins with `twbs-` (the official new abbr.) - *Peter Gumeson*
* Moved javascripts from `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
## 2.3.0.0

View File

@ -3,7 +3,7 @@
## Asset Changes
Any changes to `bootstrap-sass` assets (scss, javascripts, fonts) should be checked against the `convert` rake task.
For usage instructions, see the [README](https://github.com/intridea/bootstrap-sass/edit/3.0.0-wip/README.md).
For usage instructions, see the [README](https://github.com/thomas-mcdonald/bootstrap-sass/blob/3/README.md).
If something is broken in the converter, it's preferable to update the converter along with the asset itself.

View File

@ -10,7 +10,7 @@ In your Gemfile:
```ruby
gem 'sass-rails', '~> 3.2.3'
gem 'bootstrap-sass', :git => 'git://github.com/intridea/bootstrap-sass.git', :branch => '3.0.0-wip'
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3'
```
`bundle install` and restart your server to make the files available.
@ -26,7 +26,7 @@ Here's an example run that would pull down the `3.0.0-wip` branch from the main
% 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 does the following:
The latest converter script is located [here](https://github.com/thomas-mcdonald/bootstrap-sass/blob/3.0.0-wip/tasks/converter.rb) and does the following:
* Converts upsteam bootstrap Less files to its matching Scss file.
* Copies all upstream javascripts into `vendor/assets/javascripts/bootstrap`
@ -34,7 +34,7 @@ The latest converter script is located [here](https://github.com/intridea/bootst
* Copies all upstream font files into `vendor/assets/fonts`
This less to scss conversion is pretty good, but not perfect. So manual fixes to the resulting Scss will necessary for now.
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.
Please submit Github issues tagged with `conversion` to help track current shortcomings of the conversion process.
## Who
bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).