tech(systemjs): merged sync with master, all tests are passing

This commit is contained in:
Torkel Ödegaard
2015-12-21 16:13:24 +01:00
49 changed files with 1429 additions and 62 deletions

View File

@@ -95,7 +95,7 @@
.filter(onlySpecFiles)
.map(file2moduleName)
.map(function(path) {
console.log(path);
// console.log(path);
return System.import(path);
}));
}).then(function() {