mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
static-html
Essentially, an alternative to the templating package that doesn't compile Blaze templates. Mostly useful if you want to use Angular or React as your view layer and just want to get some static HTML content on your page as a render target for your view framework.
This build plugin parses all of the .html files in your app and looks for top-level tags:
<head>- appended to theheadsection of your HTML<body>- appended to thebodysection of your HTML
Attributes are supported on the <body> tag, but not on <head>.