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

Conversation

bendemboski
Copy link
Member

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants