Closed colvint closed 11 years ago
Same problem for me, thanks for the fix :)
+1
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";
Using a fork for now. Thanks again for the gem :)
I take no credit for this project. Thank @vwall for this best Bootstrap port to Compass to date.
This issue seems to have been fixed. Thanks for the PR!
Could be wrong, but seems like these are the correct asset locations. Worked for me. Merge if good.
Thanks for this gem :)