aspnetcore/templates/WebApplicationBasic
SteveSandersonMS f26068b62b Temporarily disable use of SourceMapDevToolPlugin wrapper as it might be possible to remove it shortly 2016-10-11 19:04:17 +01:00
..
ClientApp
Controllers
Views
wwwroot
Dockerfile
Program.cs
README.md Template updates as per Eilon's comments 2016-09-29 12:05:29 +01:00
Startup.cs
WebApplicationBasic.xproj Update xproj files to reference dotnet build tooling 2016-09-15 14:36:42 +01:00
appsettings.json
package.json aspnet-webpack auto-loads 'event-source-polyfill' on client when HMR is enabled. This requires 'event-source-polyfill' to be included in the client-side bundle, so it's also now added to all the templates' vendor bundles. Fixes #365. 2016-10-10 12:24:07 +01:00
project.json Update to ASP.NET Core 1.0.1. Fixes #309 2016-09-14 11:36:53 +01:00
template_gitignore Workaround to fix #235 (add placeholder inside node_modules) 2016-09-08 14:32:25 +01:00
template_nodemodules_placeholder.txt Further work on fix for #235 (solving additional problem that 'npm publish' is hardcoded to exclude node_modules dirs) 2016-09-08 15:58:47 +01:00
tsconfig.json TS compiler should ignore "bin" dir because, after VS publish, it might contain duplicates of the app's source files. Fixes #279. 2016-09-01 13:59:28 +01:00
web.config
webpack.config.dev.js Temporarily disable use of SourceMapDevToolPlugin wrapper as it might be possible to remove it shortly 2016-10-11 19:04:17 +01:00
webpack.config.js
webpack.config.prod.js
webpack.config.vendor.js aspnet-webpack auto-loads 'event-source-polyfill' on client when HMR is enabled. This requires 'event-source-polyfill' to be included in the client-side bundle, so it's also now added to all the templates' vendor bundles. Fixes #365. 2016-10-10 12:24:07 +01:00

README.md