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

Concatenate and minify the generate scripts #45

Closed
gmarty opened this issue Apr 1, 2016 · 2 comments
Closed

Concatenate and minify the generate scripts #45

gmarty opened this issue Apr 1, 2016 · 2 comments

Comments

@gmarty
Copy link
Collaborator

gmarty commented Apr 1, 2016

When we remove the transpilation to es5 (see #44), we want to concatenate and minify the build.
AFAIK, there's no minifier that support outputting es6 code, so we can use something like https://www.npmjs.com/package/mangle-my-js by @jonathanKingston

@gmarty
Copy link
Collaborator Author

gmarty commented Apr 13, 2016

We should also use rollupjs to bundle the files together.

@azasypkin
Copy link
Member

Fixed via #163

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