grunt-contrib-handlebars icon indicating copy to clipboard operation
grunt-contrib-handlebars copied to clipboard

options.separator gets normalized

Open benjamw opened this issue 8 years ago • 1 comments

On line 229 of /tasks/handlebars.js, there's a call to grunt.util.normalizelf(options.separator).

If the separator is going to be normalized, why have that option at all?

I'm on a windows machine, but I'd like my output to be in *nix format so I don't get whitespace changes in all my files when collaborating with *nix users.

benjamw avatar Dec 02 '16 03:12 benjamw

It also looks like grunt.util is getting deprecated.

benjamw avatar Dec 02 '16 04:12 benjamw