Skip to content
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

Closed
nstepien opened this issue Mar 18, 2013 · 5 comments
Closed

Support the process option #61

nstepien opened this issue Mar 18, 2013 · 5 comments
Labels

Comments

@nstepien
Copy link

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:

text = """<%= icontainquotes %>"""

This should of course work with the join option both enabled or disabled.

@tkellen
Copy link
Member

tkellen commented Apr 8, 2013

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?

@nstepien
Copy link
Author

nstepien commented Apr 8, 2013

This is a feature request.

  1. I want to compile multiple coffee files into one script, using join.
  2. The problem is that it cannot be processed as a template.
  3. I have to concat before compiling.

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.

@tkellen
Copy link
Member

tkellen commented Apr 8, 2013

Ah. I would accept a PR for this if you'd like to bring the concat implementation here.

@vladikoff
Copy link
Member

Old issue, marked as "needs PR" if anyone wants to work on this let us know.

@sindresorhus
Copy link
Member

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

No branches or pull requests

4 participants