You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing Handlebars is easy. Simply download the package [from the
18
18
official site](http://handlebarsjs.com/) and add it to your web pages
19
19
(you should usually use the most recent version).
20
20
21
+
Alternatively, if you prefer having the latest version of handlebars from
22
+
the 'master' branch, passing builds of the 'master' branch are automatically
23
+
published to S3. You may download the latest passing master build by grabbing
24
+
a `handlebars-latest.js` file from the [builds page][builds-page]. When the
25
+
build is published, it is also available as a `handlebars-gitSHA.js` file on
26
+
the builds page if you need a version to refer to others.
27
+
`handlebars-runtime.js` builds are also available.
28
+
29
+
**Note**: The S3 builds page is provided as a convenience for the community,
30
+
but you should not use it for hosting Handlebars in production.
31
+
21
32
Usage
22
33
-----
23
34
In general, the syntax of Handlebars.js templates is a superset
0 commit comments