Aurelia Web Pack Issue with Static Content when in ASP.Net MVC Project
I've used Aurelia web pack skeleton in a MVC 5 Application. While it builds the bundles in 'dist' folder, I can refer them in my .cshtml file and start up the Aurelia Application. But for my static contents like images it tries to find in root of th...