Sitecore

Uninstalling a Sitecore instance installed with SIA

Whenever a Sitecore installation fails or an instance takes up too much of my disk space, I end up uninstalling the Sitecore instance. I use the SIF scripts in the installation package to perform this task. This article describes the simplest way to au...

Read

WebP optimization for Sitecore with Dianoga

WebP is is an image format employing both lossy and lossless compression. It is currently developed by Google, based on technology acquired with the purchase of On2 Technologies. WebP file size is 25%-34% smaller compared to JPEG file size and 26% smal...

Read
.NET Core

Compiling Sass/SCSS files for an ASP.NET Core solution

In this article, we explore how to use the LigerShark.WebOptimizer.Sass module to compile Sass/SCSS files in real-time. All this, with caching and high-performance and no build processes.

Read
.NET Core

Bundling and Minification of CSS and JS Files for an ASP.NET Core solution

In this article, we explore how to use the ASP.NET Core Web Optimizer to bundle Javascript and CSS files all in real-time. All this, with caching and high-performance and no build processes.

Read