seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 996 forks source link

Use same path for static and dynamic #461

Closed jeroenvds closed 10 years ago

jeroenvds commented 11 years ago

When using the static version, you need to include "bootstrap" in application.js When using the less version, you need to include "twitter/bootstrap" in application.js

We want to use asses precompiling on the server, but we have windows development machines. If the path would be the same, everything would work out automatically.

Another user who has found this: https://github.com/seyhunak/twitter-bootstrap-rails/issues/91#issuecomment-8264123

jeroenvds commented 11 years ago

Sorry, ignore that, twitter/bootstrap started working suddenly :p