koltyakov / sp-rest-proxy

🌐 SharePoint API Proxy for local development
MIT License
172 stars 43 forks source link

Update index.html #7

Closed svdoever closed 7 years ago

svdoever commented 7 years ago

/lib folder is missing from src folder, maybe better to use cdn for required libs?

koltyakov commented 7 years ago

Hi @svdoever, thanks for the contribution! I've have merged your pull request, but apply some changes with it. /lib folder was absent because postinstall was missed, now bower components are installed automatically, and there is no need using CDN generally. I've left your changes in index_cdn.html which is used by hosting server in case if /lib folder is missing. Which can happen then Bower is not installed as a global module.

svdoever commented 7 years ago

@koltyakov thanks for merging and solving the issue, I will check it out!