-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the process option #61
Comments
Sorry, for the hugely delayed response here. I'm not sure I follow--were you able to resolve this? If no, could you restate the problem a little more clearly? |
This is a feature request.
This is an extra step, and it gives me compile error lines relative to the temporary, concatenated file instead of the original source, which is annoying. |
Ah. I would accept a PR for this if you'd like to bring the concat implementation here. |
Old issue, marked as "needs PR" if anyone wants to work on this let us know. |
This + join will get rid of a concat task in my case.
This is particularly useful because coffee will, for example escape quotes correctly in codes such as:
This should of course work with the join option both enabled or disabled.
The text was updated successfully, but these errors were encountered: