summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorStanley Stuart <dstanley.stuart@gmail.com>2013-05-19 10:01:14 -0600
committerStanley Stuart <dstanley.stuart@gmail.com>2013-05-31 15:08:34 -0400
commit265d6249f7bde57d2b6bc6bd7d005d3ee66f21a3 (patch)
tree97f081256c9b1c79b341f1103148ff53881d06e3 /README.markdown
parente6b6ae8fdb39be2d188d1b084add7e894057c5bc (diff)
downloadhandlebars.js-265d6249f7bde57d2b6bc6bd7d005d3ee66f21a3.zip
handlebars.js-265d6249f7bde57d2b6bc6bd7d005d3ee66f21a3.tar.gz
handlebars.js-265d6249f7bde57d2b6bc6bd7d005d3ee66f21a3.tar.bz2
publish passing master builds to s3
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f775815..631b96d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/wycats/handlebars.js.png?branch=master)](https://travis-ci.org/wycats/handlebars.js)
+
Handlebars.js
=============
@@ -11,13 +12,23 @@ keep the view and the code separated like we all know they should be.
Checkout the official Handlebars docs site at
[http://www.handlebarsjs.com](http://www.handlebarsjs.com).
-
Installing
----------
Installing Handlebars is easy. Simply download the package [from the
official site](http://handlebarsjs.com/) and add it to your web pages
(you should usually use the most recent version).
+Alternatively, if you prefer having the latest version of handlebars from
+the 'master' branch, passing builds of the 'master' branch are automatically
+published to S3. You may download the latest passing master build by grabbing
+a `handlebars-latest.js` file from the [builds page][builds-page]. When the
+build is published, it is also available as a `handlebars-gitSHA.js` file on
+the builds page if you need a version to refer to others.
+`handlebars-runtime.js` builds are also available.
+
+**Note**: The S3 builds page is provided as a convenience for the community,
+but you should not use it for hosting Handlebars in production.
+
Usage
-----
In general, the syntax of Handlebars.js templates is a superset
@@ -389,3 +400,4 @@ License
-------
Handlebars.js is released under the MIT license.
+[builds-page]: http://builds.handlebarsjs.com.s3.amazonaws.com/index.html