We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0027b39 commit cc46a8eCopy full SHA for cc46a8e
src/GovUk.Frontend.AspNetCore/Package/build/GovUk.Frontend.AspNetCore.targets
@@ -14,11 +14,6 @@
14
</ItemGroup>
15
</Target>
16
17
- <Target Name="CleanGovUkFrontendNpmPackage" BeforeTargets="Clean" Condition="'$(RestoreGovUkFrontendNpmPackage)' == 'true'">
18
- <RemoveDir Directories="$(GovUkFrontendNpmPackageLocation)" />
19
- <RemoveDir Directories="wwwroot\assets" Condition="'$(CopyGovUkFrontendAssetsToWebRoot)' == 'true'" />
20
- </Target>
21
-
22
<Target Name="RestoreGovUkFrontendNpmPackage" Condition="'$(RestoreGovUkFrontendNpmPackage)' == 'true'">
23
<ItemGroup>
24
<_PackageFiles Include="$(MSBuildThisFileDirectory)..\content\govuk-frontend\**\*" />
0 commit comments