We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the issue:
RAILS_ENV=production rails assets:precompile
RAILS_ENV=production rails s
The text was updated successfully, but these errors were encountered:
i can confirm the bug on production ENV. I don't know yet how to fix it. Any thoughts @parndt?
Sorry, something went wrong.
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.
{ skip_pipeline: true }
bricesanchez
Successfully merging a pull request may close this issue.
Steps to reproduce the issue:
RAILS_ENV=production rails assets:precompile
RAILS_ENV=production rails s
The text was updated successfully, but these errors were encountered: