Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Dryml: using ERB comments inline #145

Closed iox closed 9 years ago

iox commented 9 years ago

Domizio and Kevin:

<% # this is ok %>
<some-tag/> <% # this is NOT ok %>
iox commented 9 years ago

Workaround:

<% # this is ok %>
<some-tag/> <%# this is also ok %>

I'm going to close this issue, because although it would be nice to avoid errors in all occassions, there's a simple and effective workaround. I'll mark this issue as future_idea, so maybe we can take a look at it sometime in the future.