vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Use correct location for icon sprite image assets #55

Closed colvint closed 11 years ago

colvint commented 12 years ago

Could be wrong, but seems like these are the correct asset locations. Worked for me. Merge if good.

Thanks for this gem :)

vincentp commented 12 years ago

Same problem for me, thanks for the fix :)

assimovt commented 12 years ago

+1

wyuenho commented 12 years ago

Whoops sorry! I introduced that regression in my last big bang update to 2.0.3. I think for now you can just override this variable before you import compass-twitter-bootstrap like so:

  $iconSpritePath: "glyphicons-halflings.png";
  $iconWhiteSpritePath: "glyphicons-halflings-white.png";

  @import "compass_twitter_bootstrap";
colvint commented 12 years ago

Using a fork for now. Thanks again for the gem :)

wyuenho commented 12 years ago

I take no credit for this project. Thank @vwall for this best Bootstrap port to Compass to date.

thetizzo commented 11 years ago

This issue seems to have been fixed. Thanks for the PR!