broccoli-change-extension
v0.0.1
Published
A broccoli plugin that changes the extension of each entry in an input tree.
Downloads
4
Readme
A plugin for Broccoli that changes the extension of each file in a given tree.
Installation
npm install --save-dev broccoli-change-extension
Usage
var changeExtension = require('broccoli-change-extension');
changeExtension(tree, {
inputExtension: '.handlebars', outputExtension: '.html'
});