disney / meteor-base

Base Docker image for use by Meteor apps
Other
262 stars 119 forks source link

Add better minification and obfuscation #123

Closed zaakiy closed 2 years ago

zaakiy commented 2 years ago

(Thanks @GeoffreyBooth for this magnificent tool!)

Current situation

Currently, javascript appears to the browser client as in the following screenshot:

image

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?

zaakiy commented 2 years ago

Closing because I can see it is already minified and obfucated, apologies