compass-twitter-bootstrap
compass-twitter-bootstrap copied to clipboard
doesn't support turbolinks [rails4]
i tried to include jquery.turbolinks with no success. then i installed
gem "twitter-bootstrap-turbo"
and included js from there. also i needed to do in config/application.rb
config.assets.enabled = true
so LESS would be able to work, though, i dont use it, it's just dependency of twitter-bootstrap-turbo
as a result, i have css from compass-twitter-bootstrap, js from twitter-bootstrap-turbo, and it works, but looks ugly and potentially unstable.