(Thanks @GeoffreyBooth for this magnificent tool!)
Current situation
Currently, javascript appears to the browser client as in the following screenshot:
Problem statement
I would consider this as not truly minified since each function is on a separate line. I would also not consider this as obfuscated because our Meteor client code is nakedly visible.
Change Request
Please minify and obfuscate the client javascript code.
Suggested solution
I'm not really sure what tools can be used to minify and obfuscate. Perhaps others can suggest?
(Thanks @GeoffreyBooth for this magnificent tool!)
Current situation
Currently, javascript appears to the browser client as in the following screenshot:
Problem statement
I would consider this as not truly minified since each function is on a separate line. I would also not consider this as obfuscated because our Meteor client code is nakedly visible.
Change Request
Please minify and obfuscate the client javascript code.
Suggested solution
I'm not really sure what tools can be used to minify and obfuscate. Perhaps others can suggest?