Skip to content

Commit

Permalink
adds the dev path to the system config, #175
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmdantas committed Jul 29, 2016
1 parent f07ab1d commit 411847e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/aurelia_jspm_config_serving_from_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ System.config({
]
},
paths: {
"*": "client/dev/*",
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
Expand Down

0 comments on commit 411847e

Please sign in to comment.