mostly housekeeping

- App - some package clean-up
- API - removed commented code that is not needed, postured for JSON
outputs
- Build - modified the scripts to build Vue into API's wwwroot folder,
which will get copied on publish; adjusted FAKE task dependencies to be
more granular
This commit is contained in:
Daniel J. Summers
2017-08-06 15:42:09 -05:00
parent 196db30cc5
commit 5a7a74c167
13 changed files with 411 additions and 1003 deletions

3
.gitignore vendored
View File

@@ -253,8 +253,7 @@ paket-files/
*.sln.iml
# Compiled files / application
**/vendor-bundle.js
**/app-bundle.js*
src/api/wwwroot/index.html
src/api/wwwroot/static
src/api/appsettings.json
build/