Drop es5 polyfill
This commit is contained in:
parent
d8da12f587
commit
87bf5648c8
3 changed files with 0 additions and 1816 deletions
|
@ -43,7 +43,6 @@ folder 'vendor/assets' do
|
|||
end
|
||||
|
||||
folder 'polyfill' do
|
||||
file 'es5.js', 'https://polyfill.io/v3/polyfill.js?features=es5&flags=gated,always'
|
||||
file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always'
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<%= 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 "es5" unless browser.es5? %>
|
||||
<%= javascript_include_tag "es6" unless browser.es6? %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<%= javascript_include_tag "i18n/#{I18n.locale}" %>
|
||||
|
|
1814
vendor/assets/polyfill/es5.js
vendored
1814
vendor/assets/polyfill/es5.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue