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.
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.