2.0.3 • Published 2 years ago
@gorner/broccoli-templater v2.0.3
broccoli-templater
broccoli plugin that combines lodash's _.template and broccoli for fun stuff.
example:
var templatedTree = new Template(untemplatedTree, pathToTemplate,
function buildVariables(content, relativePath) {
return {
moduleBody: content
};
});2.0.3
2 years ago