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

Rails without Asset Pipeline Bug: Still requires precompile #111

Closed
chrishough opened this issue Jul 16, 2016 · 2 comments
Closed

Rails without Asset Pipeline Bug: Still requires precompile #111

chrishough opened this issue Jul 16, 2016 · 2 comments

Comments

@chrishough
Copy link

As noted in comments on #38 (comment) it looks like this gem still requires assets to be pre-compiled locally if you are running rails without sprockets.

In order to get resque web to run I had to add this to my environments/development.rb file:

# This is required for Resque Web
config.assets.compile = true

and this line to my initializers/resque.rb file:

Rails.application.config.assets.precompile += %w(resque_web/*.png) 
@kirillplatonov
Copy link
Collaborator

@chrishough fixed in #112. Could you check it with your project please?

@chrishough
Copy link
Author

ok. This works now locally, but it is borked on the server :( #117

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

2 participants