From 74f8f550704504cba36cbe648cea37c2eb518f69 Mon Sep 17 00:00:00 2001 From: npbenjohnson Date: Mon, 9 May 2016 03:03:07 -0700 Subject: [PATCH] systemjs-reloader New attempt at a reloader, adds clientside change debouncing, plugin loaded resource change detection, dynamic dependency parent tracking, recovery on import failure, static build for non-jspm users, Instance specific attachment, and hook for defining a custom module storage provider for unload/reload. --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 504ce3c..55abf8a 100644 --- a/registry.json +++ b/registry.json @@ -499,6 +499,7 @@ "svg.js": "github:wout/svg.js", "systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader", "systemjs-hot-reloader-store": "github:peteruithoven/systemjs-hot-reloader-store", + "systemjs-reloader": "github:npbenjohnson/systemjs-reloader", "t7": "npm:t7", "tabletools": "github:DataTables/TableTools", "tag":"npm:systemjs-riot",