anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Table Contextual classes doesn't generate #90

Closed wildjcrt closed 10 years ago

wildjcrt commented 10 years ago

https://github.com/anjlab/bootstrap-rails/blob/master/app/assets/stylesheets/twitter/bootstrap/_tables.scss#L171-L173

I'm not sure what happened but those lines don't generate in css…

gem 'anjlab-bootstrap-rails', '~> 3.0.2.0', :require => 'bootstrap-rails'

I have tried bundle install but fail.

Rails: 4.0.1

yury commented 10 years ago

stop server, rm -rf tmp/cache and try again.

wildjcrt commented 10 years ago

@yury thanks! I forget the cache files.