TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

site.css 404 not found for published application #132

Closed brian-pickens closed 10 months ago

brian-pickens commented 5 years ago

Hello,

Line 14 of the webpack.config.js publishes the css as style.css. However the webapp expects site.css. To fix this I had to fix line 14 to publish the .css as site.css.

Vaylandt commented 5 years ago

@brian-pickens-web TY!!!

MarkPieszak commented 5 years ago

Wow thanks for pointing this one out @brian-pickens-web Let me get a fix in for this asap! :)

doroudi commented 4 years ago

is there a temporary solution to this issue? I really need it.

brian-pickens commented 4 years ago

This issue is actually already fixed.