Hi,
The files used for Masonry are:
– js/jquery.isotope.min.js
– js/functions.js
However, the Masonry plugin (and for that matter, the whole JS functionality) can also break down if you have any JS error on your site – so even if you don’t minify those two, there may be other JS files that break when minified by that plugin, resulting in a broken site.
I’ve always found JS minification in caching plugins, not working as intented, especially as complexity grows. What I personally do instead, is turn on gzip on the server and use Cloudflare (and I never needed JS minification in Cloudlfare either – works fine with ±3000 uniques a day).
Hope that helps.
Regards,
————————————————————————————————————
Cosmin
Support Assistant