parndt / refinerycms-wymeditor

WYMeditor extension for Refinery CMS

Home Page:http://refinerycms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some css styles are missing after upgrade on refinery 4.0.0

xnagpa opened this issue · comments

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

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

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.