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

Remove bin/heroku_install #544

Merged
merged 1 commit into from
Aug 4, 2017
Merged

Remove bin/heroku_install #544

merged 1 commit into from
Aug 4, 2017

Commits on Aug 4, 2017

  1. Remove bin/heroku_install

    For deployments to Heroku, depend on `rake ember:{build,install}` being
    executed as part of `rake assets:precompile`.
    
    The removal of `bin/heroku_install` as part of a `postinstall` script in
    the root-level `package.json` simplifies support as well.
    
    This commit modifies the setup to incorporate checks for the presence of
    `bower.json` to determine whether or not to cache the corresponding
    `bower_components` directories, as well as the up-front installation of
    the `bower` CLI tool.
    seanpdoyle committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    989e610 View commit details
    Browse the repository at this point in the history