My preferred technique to (selectively) bundle and minify JS and CSS files using the ClientDependency library that comes with Umbraco along with the Group and Priority functionality it provides.
My preferred technique to (selectively) bundle and minify JS and CSS files using the ClientDependency library that comes with Umbraco along with the Group and Priority functionality it provides.
Responsive background images are always an issue since they're only possible via CSS media queries. The very useful SRCSET attribute can't be used with background images. In this article, we attempt to create an automated way to handle such images in Umbraco in order to increase speed and preserve...