You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trimming should handle forward as well as backslashes. There aren't any
unit tests for this already that I could find, so I verified manually by
calling:
.AddScriptWithoutTransform("~/Content/*.js");
Within the .NET Core sample project.
Fixes#526
0 commit comments