Going nuts here. I\'m developing a rails app, and I\'m using the twitter-bootstrap-rails gem in order to include the Twitter Bootstrap styles in my app. This gem generates a fil
Fixed it.
The asset pipeline was storing a cached version in tmp/cache.
I ran rake tmp:clear
, which deleted all the files in there, and then rails served the version of *bootstrap_and_overrides.css.less* that I wanted.
Why the cached version suddenly stopped getting updated is beyond me. Arrghhhh!