resource files are coming up empty when hosted locally

柔情痞子 提交于 2019-12-13 02:15:23

问题


i am working on a spa app. It was working fine online. When i tried it in my localhost of xampp, all the library files were empty.

This is the structure of the app

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

i start xampp and open this in my localhost. Check the source files in the
"inspect element" of browser but shows all the files in the vendor folder as empty files.

Need suggestions

来源:https://stackoverflow.com/questions/30935644/resource-files-are-coming-up-empty-when-hosted-locally

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!