Skip to content
New issue

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

[4.0.0.rc.1 / 4.0.0.rc.2] stylesheet_pack_tag is broken #1846

Closed
VR4J opened this issue Dec 20, 2018 · 3 comments
Closed

[4.0.0.rc.1 / 4.0.0.rc.2] stylesheet_pack_tag is broken #1846

VR4J opened this issue Dec 20, 2018 · 3 comments

Comments

@VR4J
Copy link

VR4J commented Dec 20, 2018

I've upgraded from 4.0.0-pre.3 to 4.0.0-rc.2 and I noticed my stylesheets weren't included into the rails view.

This misbehaviour seems to be caused by this call in my project:
/app/views/layouts/application.html.haml

= stylesheet_pack_tag 'css/app.css'

It didn't cause any error's as it just seems to not generate the style tag in the html.

When downgrading to 4.0.0-pre.3 it worked again.

@gauravtiwari
Copy link
Member

Have you added extract_css option? #1625

@VR4J
Copy link
Author

VR4J commented Dec 20, 2018

@gauravtiwari Yep, that fixed it thanks!

@guillaumebriday
Copy link
Member

Feel free to close this issue if it's ok for you @VR4J

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants