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

Some css styles are missing after upgrade on refinery 4.0.0 #47

Closed
xnagpa opened this issue Oct 4, 2017 · 2 comments · Fixed by refinery/refinerycms#3317 or refinery/refinerycms#3318
Assignees
Labels

Comments

@xnagpa
Copy link

xnagpa commented Oct 4, 2017

Steps to reproduce the issue:

  1. I setup clear new application with refinery 4.0.0
  2. I do RAILS_ENV=production rails assets:precompile
  3. I start my app with RAILS_ENV=production rails s
  4. skin.css and wyeditor.css are missing(404) when I try to create or edit page
@bricesanchez bricesanchez self-assigned this Oct 4, 2017
@bricesanchez
Copy link
Collaborator

i can confirm the bug on production ENV. I don't know yet how to fix it. Any thoughts @parndt?

@bricesanchez
Copy link
Collaborator

I found the problem: https://github.com/refinery/refinerycms/blob/master/core/app/views/refinery/admin/_head.html.erb#L9-L12

If i remove the { skip_pipeline: true } option it works in dev and in prod env.

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