My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Aurelia Web Pack Issue with Static Content when in ASP.Net MVC Project

Amit Hansda's photo
Amit Hansda
·Jul 8, 2016

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 the project , not from the 'dist' folder. How can I resolve this? I can simply move the bundled images in root folder, but that's not a tidy solution, I guess.