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

Commit

Permalink
fix(config): correct start path by removing the js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 5, 2015
1 parent a12322b commit d2149e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.js
Expand Up @@ -9,7 +9,7 @@ System.config({
]
},
"paths": {
"*": "dist/*.js",
"*": "dist/*",
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
}
Expand Down Expand Up @@ -183,4 +183,3 @@ System.config({
}
}
});

0 comments on commit d2149e4

Please sign in to comment.