ruby on rails - foundation installation and turbolinks -
i installed foundation in rails 4 app. foundation overrwites layout file.
it replaces:
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
to just:
<%= stylesheet_link_tag "application" %>
is there sort of incompatibility or should append turbolinks tracking directive?
there no incompatibility. i've used turbolinks foundation without issues on several projects.
at rate, wouldn't think foundation affect turbolinks, it's html/css/jquery framework. understand, turbolinks works preloading data links on page if click one, page loads quicker.
Comments
Post a Comment