thoughtbot / bitters

Add a dash of pre-defined style to your Bourbon.
https://thoughtbot.com
MIT License
1.39k stars 142 forks source link

Inconsistent instructions. #16

Closed CatmanIX closed 11 years ago

CatmanIX commented 11 years ago

The README instructions say to install bitters via gem and import with @import "bitters/bitters"; to add it to your sheets. However, when installing via gem it creates a base folder with a structure similar to what's in app/assets/stylesheets/ (as I assume it should). The README seems to be expecting it to install what's in the bitters/ folder in this repo, which isn't what seems to be on gem.

Is the repo just not up to date with the readme, or are the stylesheets misplaced?

alejandroiglesias commented 11 years ago

Same here. Using bitters install (yesterday) created to me a base/ directory and i have to import it like @import "base/base". Also this version has the #9 issue, $form-font-size is being used before it's declared and that was already fixed by that PR, so i think that the gem is not pulling from the latest master.

kylefiedler commented 11 years ago

@CatmanIX @alejandroiglesias The gem was not updated with latest master. Run: gem update bitters and this should be fixed.

CatmanIX commented 11 years ago

update install files

That doesn't seem to have helped.

kylefiedler commented 11 years ago

@CatmanIX what do you get when you do bitters --version. It should be 0.9.0 or above.

CatmanIX commented 11 years ago

version

Well, that's no good...

alejandroiglesias commented 11 years ago

I just did gem update bitters and now it's showing version 0.9.1 and creating the correct filenames. Cheers.

kylefiedler commented 11 years ago

@alejandroiglesias awesome, sorry about the mixup.

@CatmanIX thats odd. Try uninstalling the gem gem uninstall bitters and then reinstalling it from scratch. When you reinstall it will be the newest version.

CatmanIX commented 10 years ago

rage

Oh for fucks sake ಠ_ಠ

Guess i gotta go figure that out now. Any ideas on where to start?

kylefiedler commented 10 years ago

@CatmanIX I believe that is a problem with your system and the way that you are connecting to rubygems. Can you install any other gems?