Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Concat files that aren't terminated properly, option for separator? #31

Open
denault opened this issue Oct 10, 2014 · 1 comment
Open

Comments

@denault
Copy link

denault commented Oct 10, 2014

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
Copy link
Owner

sapegin commented Oct 10, 2014

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 ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants