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

1
.gitignore vendored
View File

@@ -36,4 +36,5 @@ npm-debug.log
# repo have to be excluded here.
/templates/*/node_modules/
/templates/*/wwwroot/dist/
/templates/*/ClientApp/dist/
.vscode/