Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(test): workaround for issue with jspm karma plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 4, 2015
1 parent fb2c02b commit 7bf90b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
@@ -1,6 +1,6 @@
System.config({
"paths": {
"*": "dist/*.js",
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js",
"aurelia-skeleton-navigation/*": "dist/*.js"
Expand Down
7 changes: 7 additions & 0 deletions index.html
Expand Up @@ -13,6 +13,13 @@

<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.config({
"paths": {
"*": "dist/*.js"
}
});
</script>
<script>
System.import('aurelia-bootstrapper');
</script>
Expand Down

0 comments on commit 7bf90b7

Please sign in to comment.