mirror of https://github.com/abpframework/abp
parent
16af2ac271
commit
9bf4e0c412
@ -1,18 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Volo.Abp.AspNetCore.Mvc.UI.Bundling
|
||||
{
|
||||
//TODO: Bundle system needs refactoring/redesign
|
||||
|
||||
public interface IBundleManager
|
||||
{
|
||||
IReadOnlyList<string> GetStyleBundleFiles(string bundleName);
|
||||
|
||||
IReadOnlyList<string> GetScriptBundleFiles(string bundleName);
|
||||
|
||||
void CreateStyleBundle(string bundleName, Action<BundleConfiguration> configureAction);
|
||||
|
||||
void CreateScriptBundle(string bundleName, Action<BundleConfiguration> configureAction);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue