Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from kaukas/support-assets-precompile
Support rake asset:precompile in Rails 3.1+.
- Loading branch information
a760dd9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However,
rake assets:precompile
still does not work properly in the cases when compilation happens in a copy of the project, e.g. during capistrano deployment withdeploy_via: :copy
.