From 119d2ffd03383ed5bcb951b670c5b867f09c4592 Mon Sep 17 00:00:00 2001 From: Oleksii Rudenko Date: Thu, 5 Mar 2015 16:20:17 +0100 Subject: [PATCH] Added Ember Handlebars plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7654fbcd..4a352c2f 100644 --- a/README.md +++ b/README.md @@ -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).