Hello,
Is it possible to combine all JS without having problems?
pinboard/scripts/jquery.infinitescroll.js
pinboard/scripts/jquery.fitvids.js
pinboard/scripts/jquery.flexslider-min.js
pinboard/scripts/ios-orientationchange-fix.js
Also it it possible to combine all CSS without having problems?
pinboard/styles/mediaelementplayer.css
pinboard/styles/mediaelementplayer.css
Thanks,
For everything that’s prefixed with jquery
make sure the jQuery script is inserted before them (even if in the same file). CSS is fine to combine.