-
Notifications
You must be signed in to change notification settings - Fork 38
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
Would not compile other assets with config.assets.precompile directive #3
Comments
I had a similar problem and got it working by adding my additional files to the cap variable
|
Is there a proper fix for this? |
Would it be reasonable to "read" the application configuration to retrieve that setting, rather than duplicate it in deploy.rb or deploy/staging.rb? |
@TJM +1 |
Not saying I know how to do that 😀, but if we could figure out how to "ask" the application for its asset directories, it would "DRY" it up a bit? |
Yes, that would be great! |
In my staging.rb environment file i was trying to precompile these files:
I had to remove the capistrano-faster-assets gem for this to work.
The text was updated successfully, but these errors were encountered: