You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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:
But I'm not seeing an option to do that here. Is there a workaround with the callback or is this on the roadmap?
The text was updated successfully, but these errors were encountered: