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

Use minified Transcrypt output #26

Open
serin-delaunay opened this issue Nov 8, 2017 · 0 comments
Open

Use minified Transcrypt output #26

serin-delaunay opened this issue Nov 8, 2017 · 0 comments

Comments

@serin-delaunay
Copy link
Owner

The Transcrypt compiled JS files aren't too large (less than 200KB), but there's a lot of whitespace that could be removed.
index.html refers to the non-minified version at __javascript__/cmtq_web.js, and the minified version will be at __javascript__/cmtq_web.min.js. I can't just replace the link in the repo because my development machine doesn't have Java (which Transcrypt's minification depends on).

Probably the best way around this would be to set up Travis to use Webpack.

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

No branches or pull requests

1 participant