htmlbars-comment-redactor

0.0.4 • Public • Published

Build Status

htmlbars-comment-redactor

This addon redacts the contents of any HTML comments in you handlebars templates.

So a template like this:

<div id="{{someVar}}">
  <!-- Here is a witty comment -->
</div>

renders as:

<div id="whatever">
  <!--[REDACTED]-->
</div>

Readme

Keywords

Package Sidebar

Install

npm i htmlbars-comment-redactor

Weekly Downloads

10

Version

0.0.4

License

MIT

Last publish

Collaborators

  • mikrostew