0.1.3 • Published 8 years ago

html-templateify v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

html-templateify

html-templateify is a Browserify transform which allows you to require() your HTML files in the same way you require your JS - without an extension.

Example

Given a folder with two files, foo.component.js and foo.template.html, you can require the string of the template from within foo.component.js by calling require('./foo.template')