Use these Regex's in Sublime Text's find and replace area. https://github.com/mailchimp/Email-Blueprints
Remove the @editable's
/*@editable*/
Remove the inline comments (aka Yahoo Mail override's)
/* Yahoo! Mail Override */
Remove all other comments
/*[a-z0-9\/.",tn*@'-! \:]+*/
Remove HTML comments
<!--[a-z0-9\/.",tn*@'-! \:]*-->
Remove mc:edit attributes
mc:edit=["]*[']*[a-z0-9-_]*"