AB#8522 - Smidge implementation of the Runtime Minifier

This commit is contained in:
Bjarke Berg
2020-03-30 21:27:35 +02:00
parent 219391246d
commit ffc6ce6553
45 changed files with 586 additions and 404 deletions

View File

@@ -1,5 +1,7 @@
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Serilog;
using Umbraco.Core.Composing;
namespace Umbraco.Web.UI.BackOffice