Code comments deleted when deploying Meteor app?

As what the title says :). In the process of minifying and obfuscating the JS code, are all comments automatically deleted around this stage of deploying a Meteor app? I think this is so already, I’m just looking for a quick confirmation as I couldn’t find much Googling about this.

Yes, I think this is the case. You can find out by using your browsers view source tool on a production app.

Seems like it all right. The only easily readable stuff left are variables with custom names.

Can a higher level of obfuscation be achieved? If I beautify the code in source still pretty readable.

2 Likes