sstephenson / eco

Embedded CoffeeScript templates
MIT License
1.71k stars 70 forks source link

Is there a way to change the eco <% tag? #62

Open josselinauguste opened 11 years ago

josselinauguste commented 11 years ago

is there a way to change the default eco <% %> tag, so I can use erb inside my eco templates, for example to generate image tags using the rails asset pipeline?

allenwyma commented 11 years ago

Why not wrap everything into a string and output that? That would probably be the easiest, but it's not pretty.