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

Cleanup Build process #85

Closed
brean opened this issue Feb 19, 2017 · 4 comments
Closed

Cleanup Build process #85

brean opened this issue Feb 19, 2017 · 4 comments
Assignees

Comments

@brean
Copy link
Collaborator

brean commented Feb 19, 2017

The build scripts in gown are just copied over from an older pixi version (with some minor modifications). There is a lot going on that is not needed and complicates the build process unnecessarily.
So we should clean up and create some new scripts that only do what is needed. It can be based on the current PIXI-build scripts but should not be just a copy

@brean
Copy link
Collaborator Author

brean commented Feb 19, 2017

the current pixi-dev branch is not using using gulp anymore, just npm directly. I like to throw everything out that is not needed and clean it up so I think we should also get rid of it.

@FlorianLudwig
Copy link
Member

I like to go with webpack as bundler. I think it is pretty much the most common one right now and it supports many interesting features we can make use of like code splitting.

Moving towards ES2015+ is also something I would like to investigate so having the capabilities within the build system should be considered.

@brean brean self-assigned this Feb 26, 2017
@brean
Copy link
Collaborator Author

brean commented Feb 26, 2017

It's done. See #93

@FlorianLudwig
Copy link
Member

Merged.

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

2 participants