Closed rogerz closed 11 years ago
It seems I can do it with component-html
. Thanks.
With the latest version of Component you don't need a plugin for this either, it's built-in
Is that true that the template.html.js
will be an intermediate file only? I didn't find it after build but the content seems to be included in build.js
Yeah it's included in the build, it doesn't create a .js file for it.
And it can be anything, not just HTML. It just turns everything in templates
into strings and adds them to the build
Could this plugin convert templates files specified in
component.json
automatically totemplate.js
?