I have deployed my project to azure. It is an Core jQuery type of project. You can access the app by going to [https://yovaapp-development.azurewebsites.net/]) . The issue I am having is that the fonts are not loading nor are some scripts. I have not been able to figure out what I may be doing wrong , attached are the log files maybe another set of eyes can help me figure out what is wrong. Logs.7z
2 Answer(s)
-
0
Duplicate of #4361@aa0c462f-f0a7-42f5-9b22-a95cc6e6b3b3
I have the same issue. You might notice that the min files in *.Web.Mvc\wwwroot\view-resources\Areas\App\Views_Bundles are not updated.
I went to the command line and navigated to the root folder of the *.Web.Mvc project where the gulpfile.js is located, and I ran gulp --prod to minify the production files.
Publish the project and the updated min files should be included.
-
0
That worked. Thanks.