I would like to know if there is a way to add a line between each file when we merge files using Grunt concat.
Because I get errors due to some inline comments at the end of the file, which, when combined, also comment on the first line of the next file.
Itβs actually a bit complicated, I delete these comments manually, but if I could avoid this problem it might be better.
Just add a line for each concat file. I will remove comments and spaces with Grunt - uglify next.
Vadorequest
source share