compass-twitter-bootstrap icon indicating copy to clipboard operation
compass-twitter-bootstrap copied to clipboard

doesn't support turbolinks [rails4]

Open nir0 opened this issue 11 years ago • 0 comments

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.

nir0 avatar Jun 27 '13 05:06 nir0