Debug Css Js
By DayCounts
Coding & Scripts Integration
When you look into the browser console, you see all the javascript and css files that are loaded.
But where are they loaded from?
It is not always obvious what component, module or plugin does actually calls the file to be attached to the document.
This can be problematic as for example a component might be loading its own version of jQuery even if jQuery was already loaded by your template. As...