sstephenson / eco

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

Combine multiple templates from the command-line? #40

Open narenranjit opened 12 years ago

narenranjit commented 12 years ago

I'm trying use eco for client-side templating. I have multiple .eco files I'd like to combine into one js file - I know I can just do that on js files after they are generated, but is there a better way to do this?

rsimoes commented 12 years ago
eco -p -i eco path/to/template.eco >> templates.js