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

Minify JavaScript #4

Closed
jwoertink opened this issue Aug 2, 2016 · 1 comment
Closed

Minify JavaScript #4

jwoertink opened this issue Aug 2, 2016 · 1 comment

Comments

@jwoertink
Copy link
Owner

Right now each .es6 file is transpiled individually, and thrown in to the public directory. This requires the developer to include each one. Since we running the scripts through a parser anyway, we might as well minify them.

This is also going to require some sort of manifest type file so we know which order to minify the scripts when putting them all in to a single file.

@jwoertink
Copy link
Owner Author

This sort of works. There is a manifest file that is generated with the project. This allows the dev to specify the order of the scripts so they are all packaged in to a single file. They are not really minified though. I'll close this out for now.

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