We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 problems:
<%= stylesheet_pack_tag 'styles', media: 'all', 'data-turbolinks-track': 'reload' %>
extract_css
stylesheet_pack_tag
The text was updated successfully, but these errors were encountered:
ref #1 fix pack tags
fb2a7dd
All packs need to have both styles and javascript pack tags
Fixed!
Lesson 1: all packs need to have their stylesheet_pack_tag AND application_pack_tag (why not call it pack_tag and call both then?)
application_pack_tag
pack_tag
Sorry, something went wrong.
Merge pull request #2 from nachokb/ic.1.pack-tags
6b0132d
No branches or pull requests
2 problems:
<%= stylesheet_pack_tag 'styles', media: 'all', 'data-turbolinks-track': 'reload' %>
😐extract_css
, so styles are string in javascript and injected 😞extract_css
, so styles are compiled in its own CSS file and loaded bystylesheet_pack_tag
😄The text was updated successfully, but these errors were encountered: