ngmin reformats code, e.g. comments
raDiesle opened this issue · 2 comments
raDiesle commented
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.
btford commented
This is a duplicate of #60. Please check the existing issues and PRs before posting next time. Thanks!
seriema commented
This isn't a duplicate? This says the comments gets moved, not _re_moved.