How to hide html, css, and js comments from production code?

My source code when using meteor --production still contains comments e.g.

HTML.Comment("TODO: this is not very elegant ")

, which I would like to hide from the public. How can I do that without removing all my comments?