-
Notifications
You must be signed in to change notification settings - Fork 10
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
couldn't find file 'evil-blocks' in production #17
Comments
How you load |
|
Does Evil Blocks works fine in development? |
Yes |
Maybe you have some hacks? You you disable initializers in |
Yes, it's the problem. I reread documentaion, it's says "Heroku requires this to be false." I use heroku, so I should to keep evil-blocks.js in vendor, right? |
Hm. We need somehow add js to Pipeline paths without initializer :(. https://github.com/ai/evil-blocks/blob/master/lib/evil-blocks-rails.rb#L17 I will think about it. For now you can just copy js to |
I found some hacks solution for this Because Rails 3 is outdated and current Rails 4 has no |
I add note about this hack 0428032 |
I create vendor/assets/javascripts/evil-blocks.js and all compiled well.
Rails 3.2.17
sprockets-2.2.2
turbo-sprockets-rails3-0.3.11
The text was updated successfully, but these errors were encountered: