Hi guys ! Can I concatenate 3rd party scripts in one file ? For example: I concatenate fancybox.js and superfish.js in one file libs.js will be my theme reject ? The same thing with scss files can I concatenate Bootstrap scss files with other scss files and generate it in one css file ? Thanks !!!
Yes, I do this in my themes as well. Just make sure you really combine just those files that you use on (almost) every page. Leave the ones you use in special cases for enqueuing only in those special cases (like isotope only when user accesses isotope gallery).
Thanks !!!