File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -383,4 +383,4 @@ src/**/wwwroot/**/uploader
383383** /BootstrapBlazor /wwwroot /css /nano.min.css
384384
385385# Bootstrap
386- ** /BootstrapBlazor /wwwroot /modules /bootstrap.blazor.bundle.min.js
386+ ** /BootstrapBlazor /wwwroot /js /bootstrap.blazor.bundle.min.js
Original file line number Diff line number Diff line change 88
99 <Target Name =" CopyCss" AfterTargets =" Build" Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
1010 <Message Text =" Copy bootstrap assets ..." Importance =" high" ></Message >
11- <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/modules /bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'!='Debug'" ></Copy >
12- <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/modules /bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'=='Debug'" ></Copy >
11+ <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.min.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js /bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'!='Debug'" ></Copy >
12+ <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/js/bootstrap.bundle.js" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/js /bootstrap.blazor.bundle.min.js" SkipUnchangedFiles =" true" Condition =" '$(Configuration)'=='Debug'" ></Copy >
1313 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.min.css" SkipUnchangedFiles =" true" ></Copy >
1414 <Copy SourceFiles =" $(MSBuildThisFileDirectory)wwwroot/core/bootstrap/css/bootstrap.rtl.min.css" DestinationFiles =" $(MSBuildThisFileDirectory)wwwroot/css/bootstrap.rtl.min.css" SkipUnchangedFiles =" true" ></Copy >
1515
You can’t perform that action at this time.
0 commit comments