Skip to content

Commit

Permalink
Make variable public
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrrm committed Apr 29, 2024
1 parent 3e77a3a commit b97e8e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public StaticAssetsTests(ITestOutputHelper testOutputHelper) : base(testOutputHe
public static IEnumerable<object[]> BundleInputExceptBundleOutputData => BundleInputPaths
.Except(Bundles.Keys.Select(GetUnMinPath))
.Select(x => new object[] { x });
private static IEnumerable<string> MinifiedFiles => new[]
public static IEnumerable<string> MinifiedFiles => new[]
{
"Content/gallery/css/bootstrap.min.css",
};
Expand Down

0 comments on commit b97e8e4

Please sign in to comment.