mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Updates to README files to reflect correct repo
This commit is contained in:
parent
1b362fddb5
commit
f4294bfd02
3 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
## 3.0.0.0
|
## 3.0.0.0
|
||||||
* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
|
* 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*
|
* Moved javascripts from `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
|
||||||
|
|
||||||
## 2.3.0.0
|
## 2.3.0.0
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Asset Changes
|
## Asset Changes
|
||||||
|
|
||||||
Any changes to `bootstrap-sass` assets (scss, javascripts, fonts) should be checked against the `convert` rake task.
|
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.
|
If something is broken in the converter, it's preferable to update the converter along with the asset itself.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ In your Gemfile:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'sass-rails', '~> 3.2.3'
|
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.
|
`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]'
|
% 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.
|
* Converts upsteam bootstrap Less files to its matching Scss file.
|
||||||
* Copies all upstream javascripts into `vendor/assets/javascripts/bootstrap`
|
* 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`
|
* 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.
|
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
|
## 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).
|
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).
|
||||||
|
|
Loading…
Reference in a new issue