gruntjs / grunt-contrib-handlebars

Precompile Handlebars templates to JST file.
http://gruntjs.com/
MIT License
282 stars 126 forks source link

options.separator gets normalized #163

Open benjamw opened 7 years ago

benjamw commented 7 years ago

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 commented 7 years ago

It also looks like grunt.util is getting deprecated.