Simplified plugin service and loading
This commit is contained in:
@@ -6,6 +6,9 @@ public class BundleService
|
||||
|
||||
public void BundleCss(string path)
|
||||
=> CssFiles.Add(path);
|
||||
|
||||
public void BundleCssRange(string[] paths)
|
||||
=> CssFiles.AddRange(paths);
|
||||
|
||||
public IEnumerable<string> GetCssFiles() => CssFiles;
|
||||
}
|
||||
Reference in New Issue
Block a user