You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/02/03 06:52:52 UTC

[GitHub] asifdxtreme commented on issue #272: SCB-317 Use CDN Servers to resolve front-end dependencies

asifdxtreme commented on issue #272: SCB-317 Use CDN Servers to resolve front-end dependencies
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/272#issuecomment-362785641
 
 
   This PR removes all the bower_components which were earlier added to the code to make the development faster and also to reduce the load time of the page.
   Currently all the bower_components dependencies can be resolved using CDN Servers, this will increase the load time of the page but this is the better way to handle the dependencies as server will not have overhead to send the scripts to client, all the dependencies will be directly downloaded on the client side by internet hence reducing the traffic to server.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services