mirror of https://github.com/abpframework/abp.git
6 changed files with 26 additions and 30 deletions
@ -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