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

Optimize build #5

Open
it-vegard opened this issue Feb 12, 2018 · 0 comments
Open

Optimize build #5

it-vegard opened this issue Feb 12, 2018 · 0 comments

Comments

@it-vegard
Copy link
Owner

The build time is too slow for the size of the project. Should look into ways of optimizing it, like using parallell npm processes, splitting up the webpack build, only optimizing file sizes for build (not watch) tasks, etc.

At the moment, gradle uses node tasks, while we can call the gradle build using npm as well. Should probably save some time using things natively, perhaps integrating it in the webpack build?

Suggestions are welcome!

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

No branches or pull requests

1 participant