aspnetcore/test/testapps/BasicTestApp
Steve Sanderson ad7e98be04 Make index.html static again (#1123)
* Add build command for generating the new boot JSON file

* Remove build command for generating index.html

* Update build targets to generate blazor.boot.json

* Change SPA fallback routing to look for index.html in regular wwwroot. Will need to update setup for published apps later.

* Stop autorebuild when index.html changes, since we no longer 'build' that file

* Update Boot.WebAssembly.ts logic to use boot JSON info on startup

* Restore support for loading CSS/JS from Blazor library projects

* Use new startup script tag in all samples and templates

* Fix MonoSanity sample - it must now be an exe because we use that as the trigger to generate the boot json (not the presence of index.html any more)

* Fix SPA fallback routing for published apps

Because in a previous commit, I changed it to look for index.html inside "wwwroot" instead of "dist" (because we no longer build it). But "wwwroot" doesn't exist for published apps, because static file servers wouldn't understand it.

* CR: Fix path normalization
2018-07-13 09:49:34 +01:00
..
HierarchicalImportsTest
HttpClientTest Add support for sending and receiving arbitrary HttpContent, refs #479 (#815) 2018-05-23 10:16:27 +01:00
InteropTest JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
Properties
RouterTest When clicking <a> tag with no href, don't attempt navigation to "null". Fixes #943 2018-06-07 20:49:09 +01:00
wwwroot Make index.html static again (#1123) 2018-07-13 09:49:34 +01:00
AddRemoveChildComponents.cshtml
AfterRenderInteropComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
AsyncEventHandlerComponent.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
BasicTestApp.csproj Rough cut at async events 2018-04-26 13:31:28 -07:00
BindCasesComponent.cshtml Add support for binding long / float / double / decimal 2018-06-05 16:42:31 +01:00
ComponentRefComponent.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
CounterComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
CounterComponentUsingChild.cshtml
CounterComponentWrapper.cshtml
DataDashComponent.cshtml Fix #974 2018-06-07 12:27:03 -07:00
ElementRefComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
EventBubblingComponent.cshtml Support custom events and non-bubbling standard events (#722) 2018-05-01 17:12:03 +01:00
ExternalContentPackage.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
FocusEventComponent.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
InteropComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
KeyPressEventComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
LogicalElementInsertionCases.cshtml Fix ordering issue with nested logical element insertion 2018-04-27 15:43:59 +01:00
MessageComponent.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
MouseEventComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00
ParentChildComponent.cshtml
PassThroughContentComponent.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
Program.cs Refactoring to prepare for remote rendering. 2018-07-09 11:04:14 +01:00
PropertiesChangedHandlerChild.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
PropertiesChangedHandlerParent.cshtml
RedTextComponent.cshtml
RenderFragmentToggler.cshtml In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
SvgCircleComponent.cshtml
SvgComponent.cshtml
SvgWithChildComponent.cshtml
TextOnlyComponent.cshtml
TouchEventComponent.cshtml JavaScript interop v3 (#1033) 2018-06-25 15:14:42 +01:00