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

Fix making/building with a custom output path #638

Merged
merged 1 commit into from
Nov 17, 2020

Commits on Nov 7, 2020

  1. Fix making/building with a custom output path

    If a user were to run `ember electron:package` or `ember electron:make` and then run either command again with a custom output path using `--output-path`, the second application package would end up including all the built assets from the first one, inflating it's size massively. This sorta fixes that -- see comment in code for more info.
    bendemboski committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    809ac00 View commit details
    Browse the repository at this point in the history