|
|
@ -29,7 +29,7 @@
|
|
|
|
= stylesheet_pack_tag 'common', media: 'all', crossorigin: 'anonymous'
|
|
|
|
= stylesheet_pack_tag 'common', media: 'all', crossorigin: 'anonymous'
|
|
|
|
= theme_style_tags current_theme
|
|
|
|
= theme_style_tags current_theme
|
|
|
|
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
|
|
|
|
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
|
|
|
|
= stylesheet_pack_tag 'inert', media: 'all', id: 'inert-style'
|
|
|
|
= stylesheet_pack_tag 'inert', media: 'all', crossorigin: 'anonymous', id: 'inert-style'
|
|
|
|
|
|
|
|
|
|
|
|
= javascript_pack_tag 'common', crossorigin: 'anonymous'
|
|
|
|
= javascript_pack_tag 'common', crossorigin: 'anonymous'
|
|
|
|
= preload_pack_asset "locale/#{I18n.locale}-json.js"
|
|
|
|
= preload_pack_asset "locale/#{I18n.locale}-json.js"
|
|
|
|