javascript - resource files are coming up empty when hosted locally -


i working on spa app. working fine online. when tried in localhost of xampp, library files empty.

this structure of app

--html_source |--vendors    |--bootstrap       |--bootstrap.min.css |--index.html 

i start xampp , open in localhost. check source files in the
"inspect element" of browser shows files in vendor folder empty files.

need suggestions


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -