From 7b84ce57c0e5316b95945222cb03e1007c5b6812 Mon Sep 17 00:00:00 2001 From: Oleksii Rudenko Date: Thu, 5 Mar 2015 16:56:40 +0100 Subject: [PATCH 1/2] 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", From 331275d8696d4f4bcec7512536682a5c90895965 Mon Sep 17 00:00:00 2001 From: Oleksii Rudenko Date: Thu, 5 Mar 2015 19:53:16 +0100 Subject: [PATCH 2/2] Update registry.json --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 2d576e2..b5f587e 100644 --- a/registry.json +++ b/registry.json @@ -1,6 +1,7 @@ { "coffee": "github:forresto/plugin-coffee", "css": "github:systemjs/plugin-css", + "ember-hbs": "github:n-fuse/plugin-ember-hbs", "font": "github:guybedford/system-font", "image": "github:systemjs/plugin-image", "json": "github:systemjs/plugin-json", @@ -10,7 +11,6 @@ "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",