Saturday 24 August 2013

A simple way to "bundle" .htm files containing x-jquery-tmpl templates?

A simple way to "bundle" .htm files containing x-jquery-tmpl templates?

My application performs a $.get of a half-dozen .htm files containing
x-jquery-tmpl templates. I organized those .htm files based on areas of
responsibility, which saved me from any scrolling-induced carpal tunnel
during development.
I'm wondering if there's a way to "bundle" these .htm files at compile
time, similar to the script/CSS bundling in MVC, such that it's only one
HTTP request at runtime but still convenient for me to manage them?

No comments:

Post a Comment