html-string-brunch

1.0.0 • Public • Published

html-string-brunch

HTML support for brunch. This is a fork of fujimura/html-brunch and the only difference is that this plugin doesn't wrap the string in a function.

Usage

Install the plugin via npm with npm install --save-dev html-brunch or update your package.json.

<div>
  <h1>This is my page</h1>
</div>
var tmpl = require("./my-page.html");

console.log(tmpl); // "<div>\n  <h1>This is my page</h1>\n</div>"

Release History

See RELEASE_NOTES.md

License

Copyright (c) 2017 Jacob Wright Copyright (c) 2013 Fujimura Daisuke Licensed under the MIT license.

/html-string-brunch/

    Package Sidebar

    Install

    npm i html-string-brunch

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • jacwright