templates/app/views/spree/shared/_head.html.erb in o2webappizer-0.1.7 vs templates/app/views/spree/shared/_head.html.erb in o2webappizer-0.1.8

- old
+ new

@@ -3,12 +3,12 @@ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1" name="viewport"> <%== cms_meta_data_tags(meta_data_tags) %> <%= canonical_tag(current_store.url) %> <%= favicon_link_tag 'favicon.ico' %> -<%= stylesheet_link_tag 'spree/frontend/all', :media => 'screen' %> +<%= stylesheet_link_tag 'spree/frontend/all', media: 'all', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> -<%= javascript_include_tag 'spree/frontend/all' %> +<%= javascript_include_tag 'spree/frontend/all', 'data-turbolinks-track' => true %> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6/html5shiv.min.js"></script> <![endif]--> <%= yield :head %>