Files
meteor/packages/static-html
Ben Newman 4f5cb1d7a0 Bump package versions for 1.3-beta.16 release.
What happened to beta.13, beta.14, and beta.15? All unfortunately suffered
from problems that made it either impossible or unwise to upgrade to those
versions.
2016-03-09 12:13:18 -05:00
..
2015-08-06 13:33:20 -07: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 the head section of your HTML
  • <body> - appended to the body section of your HTML

Attributes are supported on the <body> tag, but not on <head>.