Added Ember Handlebars plugin

This commit is contained in:
Oleksii Rudenko 2015-03-05 16:20:17 +01:00
parent f1fa837c8a
commit 119d2ffd03

View File

@ -116,6 +116,7 @@ Additional Plugins:
* [JSX](https://github.com/floatdrop/plugin-jsx) `System.import('template.jsx!')`
* [Markdown](https://github.com/guybedford/plugin-md) `System.import('app/some/project/README.md!').then(function(html) {})`
* [WebFont](https://github.com/guybedford/plugin-font) `System.import('google Port Lligat Slab, Droid Sans !font')`
* [Ember Handlebars](https://github.com/n-fuse/plugin-ember-hbs) `System.import('template.hbs!')`
[Read the guide here on creating plugins](https://github.com/systemjs/systemjs/wiki/Creating-a-Plugin).