From 7b84ce57c0e5316b95945222cb03e1007c5b6812 Mon Sep 17 00:00:00 2001 From: Oleksii Rudenko Date: Thu, 5 Mar 2015 16:56:40 +0100 Subject: [PATCH] Added plugin-ember-hbs Is it ok if the name does not match the file extension? Ember hbs is not compatible with Handlebars but uses the same file extension. --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 6cd527c..2d576e2 100644 --- a/registry.json +++ b/registry.json @@ -10,6 +10,7 @@ "jsx": "github:floatdrop/plugin-jsx", "less": "github:aaike/jspm-less-plugin", "ts": "github:frankwallis/plugin-typescript", + "ember-hbs": "github:n-fuse/plugin-ember-hbs", "ace": "github:ajaxorg/ace-builds", "angular": "github:angular/bower-angular",