Updating css webpack integration

This commit is contained in:
mgabdev
2020-01-23 11:35:36 -05:00
parent deb9ed29bd
commit 3af35f4840
11 changed files with 574 additions and 89 deletions

View File

@@ -20,8 +20,8 @@
%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
-# = stylesheet_pack_tag 'common', media: 'all'
-# = stylesheet_pack_tag current_theme, media: 'all'
= stylesheet_pack_tag 'common', media: 'all'
= stylesheet_pack_tag current_theme, media: 'all'
= javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
= javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
= csrf_meta_tags