I have several plugins I am using for my site, like 8 of them and instead of loading 8 separate minified plugins. I would like to load only one big minified file.
So I downloaded all plugins in an uncompressed state. Then I pasted each plugin into one file one after another. After that I minified that one file. However, this seems to not work. For example a carousel that used to work before I tried this now just errors out.
So my question is how do I go about doing this? Could it be because of namespacing issue?
Thanks!