Add supported environments statement

Fixes #344
This commit is contained in:
kpdecker
2013-05-27 19:03:16 -04:00
parent 2c8dd74997
commit 15186dc9dd
+14
View File
@@ -290,6 +290,20 @@ normal.
- When all helpers are known in advance the `--knownOnly` argument may be used
to optimize all block helper references.
Supported Environments
----------------------
Handlebars has been designed to work in any ECMAScript 3 environment. This includes
- Node.js
- Chrome
- Firefox
- Safari 5+
- Opera 11+
- IE 6+
Older versions and other runtimes are likely to work but have not been formally
tested.
Performance
-----------