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

Commit fbe32d9

Browse files
committed
remove unused changes
1 parent 14bb183 commit fbe32d9

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

public/docs/_examples/_boilerplate/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"build:cli": "ng build --no-progress",
2626
"serve:cli": "http-server dist/",
2727
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup-config.js",
28-
"build:aot:jit": "npm run build:aot && npm run tsc",
2928
"serve:aot": "lite-server -c bs-config.aot.json",
3029
"start:webpack": "webpack-dev-server --inline --progress --port 8080",
3130
"test:webpack": "karma start karma.webpack.conf.js",

public/docs/_examples/_boilerplate/src/systemjs.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727
// other libraries
2828
'rxjs': 'npm:rxjs',
29-
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
30-
'hero-profile': 'npm:hero-profile/bundles/hero-profile.umd.js'
29+
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
3130
},
3231
// packages tells the System loader how to load when no filename and/or no extension
3332
packages: {

public/docs/_examples/upgrade-phonecat-2-hybrid/ts/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"compileOnSave": true,
1717
"exclude": [
1818
"node_modules/*",
19-
"**/*-aot.ts",
20-
"app-aot"
19+
"**/*-aot.ts"
2120
]
2221
}
Binary file not shown.

0 commit comments

Comments
 (0)