I\'m trying to add Froala editor to my project.
Problem only on production server(on localhost it works fine) I\'m using rails 4.1.0 In gemfile i\'m have
<
try switching these lines:
<%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "application" 'data-turbolinks-track' => true %>
will become
<%= javascript_include_tag "application" 'data-turbolinks-track' => true %> <%= javascript_include_tag "vendor/modernizr" %>