Skip to content

Commit f540001

Browse files
committed
Source code comment changed. "virtual categories" should be "virtual directories" (IIS)
1 parent 8641680 commit f540001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Nop.Web.Framework/UI/PageHeadBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public virtual string GenerateCssFiles(UrlHelper urlHelper, ResourceLocation loc
361361

362362
if (partsToBundle.Length > 0)
363363
{
364-
//IMPORTANT: Do not use CSS bundling in virtual categories
364+
//IMPORTANT: Do not use CSS bundling in virtual directories
365365
string bundleVirtualPath = GetBundleVirtualPath("~/bundles/styles/", ".css", partsToBundle);
366366

367367
//create bundle

0 commit comments

Comments
 (0)