Open narenranjit opened 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?
eco -p -i eco path/to/template.eco >> templates.js
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?