Hi,
I’ve installed twitter-bootstrap-rails to my app but when I view the
source
code I see.
data-turbolinks-track=“true”
src="/assets/twitter/bootstrap/bootstrap-alert.js?body=1
view-source:http://0.0.0.0:3000/assets/twitter/bootstrap/bootstrap-alert.js?body=1">
Is there something about rails assets in that it condenses all these
together in a single file to improve performance (fewer files to
download). Why is this not happening here? Shouldn’t it be, or have I
not
set something?