Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3cb0620

Browse files
committed
replace systemjs
1 parent 2f43065 commit 3cb0620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/docs/ts/latest/guide/deployment.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ a#node-modules
134134

135135
+makeTabs(
136136
`deployment/ts/src/index.html,
137-
deployment/ts/systemjs.config.server.js,
137+
deployment/ts/src/systemjs.config.server.js,
138138
deployment/ts/src/main.ts,
139139
deployment/ts/src/app/app.module.ts,
140140
deployment/ts/src/app/app.component.ts,

public/docs/ts/latest/guide/testing.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ table(width="100%")
23102310
to the SystemJs `packages` configuration.
23112311
tr
23122312
td(colspan="2")
2313-
+makeExample('testing/ts/systemjs.config.extras.js', '', 'systemjs.config.extras.js')(format='.')
2313+
+makeExample('testing/ts/src/systemjs.config.extras.js', '', 'systemjs.config.extras.js')(format='.')
23142314

23152315
:marked
23162316
### npm packages

public/docs/ts/latest/guide/upgrade.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ code-example(format="").
10691069
We want to point the browser to the project
10701070
root when loading things through SystemJS, instead of using the `<base>` URL:
10711071

1072-
+makeExample('upgrade-phonecat-2-hybrid/ts/systemjs.config.1.js', 'paths', 'systemjs.config.js')
1072+
+makeExample('upgrade-phonecat-2-hybrid/ts/src/systemjs.config.1.js', 'paths', 'systemjs.config.js')
10731073

10741074
:marked
10751075
### Creating the _AppModule_

0 commit comments

Comments
 (0)