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

Any options to skip installAppDependencies #442

Closed
noteon opened this issue May 26, 2016 · 3 comments · May be fixed by qcif/data-curator#563
Closed

Any options to skip installAppDependencies #442

noteon opened this issue May 26, 2016 · 3 comments · May be fixed by qcif/data-curator#563

Comments

@noteon
Copy link

noteon commented May 26, 2016

installAppDependencies is slow. In test install process, I want to skip installAppDependencies.
Is there any option to do it?

@develar
Copy link
Member

develar commented May 26, 2016

To speed up during test, set compression to store — see https://github.com/electron-userland/electron-builder/wiki/Options But it doesn't disable rebuild.

Could you please provide example of slow native ext — name?

@noteon
Copy link
Author

noteon commented May 27, 2016

"Set compression to store" do a big help, but I still want an option to skip installAppDependencies. In my project, there is a few native module (mongodb driver, redis driver, fibers, kerberos). In common, I just build native modules once, then in build process, gulp will copy native module to app directory. I need not to rebuild them again.

@develar
Copy link
Member

develar commented May 29, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants