grunt-banner icon indicating copy to clipboard operation
grunt-banner copied to clipboard

Linebreak is not being added

Open espellcaste opened this issue 9 years ago • 1 comments

Even though the default behavior is true and also I putting in the grunt file linebreak: true. It doesn't add the linebreak between the banner message and the content.

espellcaste avatar May 18 '15 13:05 espellcaste

Hi,

I create a branch and added an explicit test, and I'm getting a linebreak. On a Mac anyway, although it uses grunt.util.linefeed which is probably tested to the hilt.

Can you see if the new linebreak test passes for you? You'll have to manually check test/tmp/lineBreakTrue.js

Also, what does your gruntfile look like? It sounds like there might be an error somewhere that is throwing off the option checking

mattstyles avatar May 18 '15 14:05 mattstyles