UNPKG

gulp-htmlprocessor

Version:

Process html files at build time to modify them depending on the release environment

8 lines (6 loc) 217 B
'use strict'; module.exports = function (processor) { processor.registerBlockType('test', function (content, block, blockLine, blockContent) { return content.replace(blockLine, block.indent + 'test'); }); };