Concat files that aren't terminated properly, option for separator?
denault opened this issue · 1 comments
denault commented
Trying to concat all of these bower packages, but I have a couple that don't terminate correctly (lacking a semicolon). Some of these packages are post-processed, minified JavaScript files. In grunt-concat, I can simply use:
options: {
separator: ';',
},
But I'm not seeing an option to do that here. Is there a workaround with the callback or is this on the roadmap?
sapegin commented
It uses linefeed now, but it’s quite easy to implement such option. Feel free to sen a pull request because I’ll be on holiday next week ;-)