Skip to content

Commit

Permalink
Include Pages Stylesheet Pack Tag
Browse files Browse the repository at this point in the history
Per rails/webpacker#2059 (comment) you need to include a stylesheet_pack_tag if webpacker.yml has its emit_css_file setting set to true.
  • Loading branch information
mzagaja committed Aug 9, 2019
1 parent cbd0599 commit 7f03706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<%= javascript_pack_tag 'pages' %>
<%= stylesheet_pack_tag 'pages' %>

0 comments on commit 7f03706

Please sign in to comment.