concat-files icon indicating copy to clipboard operation
concat-files copied to clipboard

Can we use a parameter to choice a delimiter?

Open jrichardsz opened this issue 5 years ago • 0 comments

I used this library to join js files. Works but does not apply a kind of separator or delimiter. In my case I need a simple \n, because without that I have this error:

https://i.ibb.co/Jkjft3C/error.png

In this case, If I could use \n as delimiter, this will be the expected result:

/*file1*/
!function(t){"use strict";"function"==

/* file2
 Copyright (C) Federico Zivolo 2018
 Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
 */(function(e,t){'obje

Thanks for your time

jrichardsz avatar Oct 26 '20 01:10 jrichardsz