Move html5shiv to be a yarn managed asset

This commit is contained in:
Tom Hughes 2020-08-06 18:56:04 +01:00
parent 0e2a66e8de
commit 1a3e1ab7bc
6 changed files with 10 additions and 332 deletions

View file

@ -1,7 +1,7 @@
<%= tag.head :data => application_data do %>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<%= javascript_include_tag "html5shiv" unless browser.html5? %>
<%= javascript_include_tag "html5shiv/dist/html5shiv" unless browser.html5? %>
<%= javascript_include_tag "es5" unless browser.es5? %>
<%= javascript_include_tag "es6" unless browser.es6? %>
<%= javascript_include_tag "application" %>