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

Don't link public/assets if public is linked #200

Merged
merged 1 commit into from
Mar 4, 2017

Commits on Mar 2, 2017

  1. Don't link public/assets if public is linked

    If the user has already added "public" to Capistrano's `:linked_dirs`,
    then further linking "public/assets" is not only unnecessary, it causes
    conflicts and asset precompilation fails as a result.
    
    Fix this by checking if "public" is already linked, and if so, skip
    linking "public/assets".
    mattbrictson committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    3203981 View commit details
    Browse the repository at this point in the history