btford/ngmin

ngmin reformats code, e.g. comments

raDiesle opened this issue · 2 comments

Hi,

for grunt-replace I used var config = "default";// REGEX_MATCHER
but ngmin will break myregex, because it will result in:
var config = "default";
// REGEX_MATCHER

ngmin should not reformat code, I think.

This is a duplicate of #60. Please check the existing issues and PRs before posting next time. Thanks!

This isn't a duplicate? This says the comments gets moved, not _re_moved.