I have successfully collapsed all my jquery plugin files into a single file using: Combine multiple JavaScript files into one JS file
This resulted in creation of target.min.js. So far, so good. Should I be replacing all the places where I have previously included all jquery plugins? Also if I do that, wouldn't it be loading target.min.js the same number of times as I ll be replacing in all my html files with the target.min.js script instead of the plugin scripts?