kirbysayshi / vash

Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates
Other
522 stars 60 forks source link

Auto minimize vash templates? #94

Closed steebchen closed 8 years ago

steebchen commented 8 years ago

Is there a way I can minify the vash files with a middleware when they are send to the browser?

kirbysayshi commented 8 years ago

Sure, but it depends on how you're sending your templates to the browser. I'd like to offer guidance, but it's extremely difficult without knowing more about how you're shipping templates.

Generally you want to build all of your templates up into a single file, and send that to the browser. What kind of usage are you envisioning via middleware? Could you provide an example?

kirbysayshi commented 8 years ago

Hey @steebchen, if this is still an issue for you, please add some more details and reopen!