mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
spacebars-compiler
The Spacebars compiler that is invoked at build time to compile templates to JavaScript.
While this code is not normally ever shipped to the client, it can be
used at runtime on the server or the client by using the
SpacebarsCompiler symbol from this package.
The spacebars package, in contrast, contains the Spacebars symbol
and the Spacebars runtime, which is shipped to the client as part of
the app.
Read more about Spacebars, Blaze, and Meteor templating on the Blaze project page.