Adds BundlingOptions for better bundling support and moves all logic to the bundler (don't manually process urls).

This commit is contained in:
Shannon
2021-07-15 14:06:33 -06:00
parent df9c4a0160
commit b16bf2f583
6 changed files with 128 additions and 93 deletions

View File

@@ -220,8 +220,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
var result = await _runtimeMinifier.GetScriptForLoadingBackOfficeAsync(
_globalSettings,
_hostingEnvironment,
_manifestParser,
Url);
_manifestParser);
return new JavaScriptResult(result);
}