chore(build): Modifies replace scripts to reflect new changes in systemjs.

This commit is contained in:
Ian Riley
2015-08-14 15:06:16 -07:00
committed by Ian Riley
parent e68c978202
commit 8a7a783ff2
10 changed files with 63 additions and 26 deletions

View File

@ -1,4 +1,6 @@
$SCRIPTS$ window = {
$SCRIPTS$
window = {
setTimeout: setTimeout,
Map: Map,
Set: Set,
@ -11,6 +13,9 @@ $SCRIPTS$ window = {
};
assert = function() {};
System.config({baseURL: '/', defaultJSExtensions: true});
System.import("examples/src/web_workers/todo/background_index")
.then(
function(m) {