Adds BundlingOptions for better bundling support and moves all logic to the bundler (don't manually process urls).
This commit is contained in:
@@ -220,8 +220,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
var result = await _runtimeMinifier.GetScriptForLoadingBackOfficeAsync(
|
||||
_globalSettings,
|
||||
_hostingEnvironment,
|
||||
_manifestParser,
|
||||
Url);
|
||||
_manifestParser);
|
||||
|
||||
return new JavaScriptResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user