Change Angular2Spa template to build server (prerendering) bundle explicitly. This simplifies deployment, fixes various compatibility issues (like #306) and makes debugging much easier for developers using the template.

This commit is contained in:
SteveSandersonMS
2016-09-28 10:55:45 +01:00
parent 30dfe5e8b5
commit e87aa1f088
7 changed files with 58 additions and 36 deletions

View File

@@ -52,14 +52,10 @@
"publishOptions": {
"include": [
"appsettings.json",
"ClientApp",
"ClientApp/dist",
"node_modules",
"typings",
"Views",
"tsconfig.json",
"tsd.json",
"web.config",
"webpack.*.js",
"wwwroot"
]
},