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

More JS Minification #118

Closed
mirkosertic opened this issue Feb 28, 2019 · 2 comments
Closed

More JS Minification #118

mirkosertic opened this issue Feb 28, 2019 · 2 comments

Comments

@mirkosertic
Copy link
Owner

No description provided.

@mirkosertic mirkosertic self-assigned this Feb 28, 2019
mirkosertic added a commit that referenced this issue Feb 28, 2019
mirkosertic added a commit that referenced this issue Mar 1, 2019
mirkosertic added a commit that referenced this issue Mar 4, 2019
mirkosertic added a commit that referenced this issue Mar 4, 2019
@ghost
Copy link

ghost commented May 10, 2019

back again :) I can see that you previously did some work on the javascript size. And currently I dont see an issue with a 11KB file, however looking at the 'bytecoder_wasmbindings.js' file there seems to be an opportunity to minify this some more at generation. Maybe as an option on the generator that can minify / obfuscate the whole thing with short names and minimum white space etc. Just the white space would maybe be worth 30%

Also since I'm not sure the best way to contact you, and didnt want to generate an issue to ask a question. I found the logDebug function, but it always treats my String text as a long. I have been using the logException to get String based console.log output. Is there a better trick?

@mirkosertic
Copy link
Owner Author

Well, I think if there are open questions, feel free to open a new issue about each one. Then answers can be easily tracked and found by other users.

About console.log : try de.mirkosertic.bytecoder.api.web.Console.console().log(message)

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