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

Appends the load paths to error message #313

Merged
merged 2 commits into from Jun 22, 2016

Commits on Jun 16, 2016

  1. Appends the load paths to error message

    When `resolve!` raises an error, it would not display the paths that
    were used to look up the assets. If we raise this error we can be even
    more helpful and display the `config[:path]` as well. This makes it
    easier for users to debug their asset paths.
    
    References rails#252
    Holger Frohloff committed Jun 16, 2016
    Copy the full SHA
    eeb0370 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Appends load paths to error message with tests

    Holger Frohloff committed Jun 22, 2016
    Copy the full SHA
    ffef39f View commit details
    Browse the repository at this point in the history