aspnetcore/samples/ChatSample
Pawel Kadluczka 0162c19ccf MSBuildifying gulpified node (#237)
- Creating an MSBuild project for the TS client
- Adding project references to the TS client project from projects that need the client - (ensures the correct targets dependency graph and prevents building the client multiple times and related races)
- Removing gulp tasks from individual projects (allows containing npm only in the TS client source and node tests)
- Using incremental compilation to build the TS client only when inputs change (prevents building the client multiple times or when not needed at all)
- Removing `npm install` from all the projects (takes up to 10 seconds even if there is nothing to restore) - npm packages will still be installed when running full build (if needed) or need to be installed manually
2017-03-01 15:13:22 -08:00
..
Controllers UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Data Remove Database EnsureCreated 2016-11-09 14:13:15 -08:00
Hubs Remove streaming transport as a top level API (#110) 2017-01-11 04:01:49 -08:00
Models UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Services
Views Remove format from connect and only use it in /send 2017-01-17 11:32:27 -08:00
wwwroot Upgrade to VS 2017 (#176) 2017-02-02 12:54:23 -08:00
.bowerrc
ChatSample.csproj MSBuildifying gulpified node (#237) 2017-03-01 15:13:22 -08:00
Program.cs
Startup.cs Fixing build warning (#208) 2017-02-15 16:32:49 -08:00
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config