nippur72 / RiotTS

RiotJS for TypeScript
MIT License
101 stars 8 forks source link

Add build tool to vulcanize template files #10

Closed nippur72 closed 9 years ago

nippur72 commented 9 years ago

Template specified as .html files (eg. @template("elements\mytag.html")) are actually loaded via a synchronous HTTP request.

For production, there could be a tool that reads all .html files and save them in a big dictionary object file, so that the @template decorator can look there first.

nippur72 commented 9 years ago

v0.0.17 now supports it, with the help of grunt and grunt-html-convert.