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

Move assets to app/assets for Rails 4 #28

Merged
merged 1 commit into from Feb 20, 2013

Commits on Feb 18, 2013

  1. Move assets to app/assets for Rails 4

    In Rails 4 "loose" assets (images, fonts, etc.) in `lib` and `vendor`
    are no longer precompiled by default. Rails Engines should put their
    assets in their own app/assets.
    See: rails/rails#7968
    stevenharman committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    511cb17 View commit details
    Browse the repository at this point in the history