html-include-comment

0.0.10 • Public • Published

html-include-comment

Simply include text partials via html (css/js) comments like this <!-- header.html -->

Install

$ npm install html-include-comment

Run

$ html-include-comment some/source.html some/dest.html

Usage

In your sourcefile add html, css or js comments to render the specified file content inline. The comments are getting replaced with the file contents.

<html>
  <head>
    <style>
      /* some/inline.css */
    </style>
  </head>
  <body>
    <!-- partials/header.html -->
    <!-- some/inline.svg -->
    <script>
      /* some/inline.js */
    </script>
  </body>
</html>

It works with both comment styles:

<!-- some/file.html -->

and

/* some/otherfile.css */

File type or extension does not matter (so it could be /* foo/bar.baz */ as well – as long as the file contains text content.

Package Sidebar

Install

npm i html-include-comment

Weekly Downloads

0

Version

0.0.10

License

MIT

Unpacked Size

5.71 kB

Total Files

9

Last publish

Collaborators

  • badabam