Firstly the idea of using external css/javascript/images I feel is a security vulnerability, you would be better using something like composer or some other package manager and caching it locally.
Secondly this is an old method of doing stuff, there are tools like sass etc which combine all the javascript and css into one file and having remote files kinda breaks this model.
1 comment
[ 2.8 ms ] story [ 11.6 ms ] threadSecondly this is an old method of doing stuff, there are tools like sass etc which combine all the javascript and css into one file and having remote files kinda breaks this model.