Skip to content

Commit 1b947df

Browse files
committed
Remove custom MSBuild task
1 parent 8b5fca9 commit 1b947df

File tree

10 files changed

+39
-395
lines changed

10 files changed

+39
-395
lines changed

GovUk.Frontend.AspNetCore.sln

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{884EFCBA-B4C
3939
EndProject
4040
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovUk.Frontend.AspNetCore.Docs", "src\GovUk.Frontend.AspNetCore.Docs\GovUk.Frontend.AspNetCore.Docs.csproj", "{D89C39A5-1919-459A-B868-65507B02CEE7}"
4141
EndProject
42-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GovUk.Frontend.AspNetCore.Build", "src\GovUk.Frontend.AspNetCore.Build\GovUk.Frontend.AspNetCore.Build.csproj", "{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}"
43-
EndProject
4442
Global
4543
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4644
Debug|Any CPU = Debug|Any CPU
@@ -147,18 +145,6 @@ Global
147145
{D89C39A5-1919-459A-B868-65507B02CEE7}.Release|x64.Build.0 = Release|Any CPU
148146
{D89C39A5-1919-459A-B868-65507B02CEE7}.Release|x86.ActiveCfg = Release|Any CPU
149147
{D89C39A5-1919-459A-B868-65507B02CEE7}.Release|x86.Build.0 = Release|Any CPU
150-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
151-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
152-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|x64.ActiveCfg = Debug|Any CPU
153-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|x64.Build.0 = Debug|Any CPU
154-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|x86.ActiveCfg = Debug|Any CPU
155-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Debug|x86.Build.0 = Debug|Any CPU
156-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
157-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|Any CPU.Build.0 = Release|Any CPU
158-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|x64.ActiveCfg = Release|Any CPU
159-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|x64.Build.0 = Release|Any CPU
160-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|x86.ActiveCfg = Release|Any CPU
161-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8}.Release|x86.Build.0 = Release|Any CPU
162148
EndGlobalSection
163149
GlobalSection(SolutionProperties) = preSolution
164150
HideSolutionNode = FALSE
@@ -172,7 +158,6 @@ Global
172158
{64A0B1FF-882D-4270-AD3B-A3B6ABD74957} = {AED24400-DECA-43E7-872C-4ADCFB02A3B2}
173159
{AECA829F-DC59-4CA2-88C2-54218D4BD817} = {F85128C9-8470-4F7A-B16F-5AEC17BC0924}
174160
{D89C39A5-1919-459A-B868-65507B02CEE7} = {884EFCBA-B4CC-4B02-9909-5AB345A6D9F2}
175-
{C7F8B80E-6D4D-4476-9CF4-C8F9E34380A8} = {884EFCBA-B4CC-4B02-9909-5AB345A6D9F2}
176161
EndGlobalSection
177162
GlobalSection(ExtensibilityGlobals) = postSolution
178163
SolutionGuid = {56670F00-D357-4E76-A289-2114015DDFE5}

samples/Samples.Sass/Samples.Sass.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<PackageReference Include="DartSassBuilder" Version="1.1.0" />
1313
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="3.2.*-*" />
1414
</ItemGroup>
15-
15+
1616
<ItemGroup>
1717
<SassFile Include="wwwroot/site.scss" Exclude="govuk-frontend/**/*.css" />
1818
</ItemGroup>
19-
19+
2020
<Target Name="CopyJavaScriptToWwwroot" BeforeTargets="Build">
21-
<Copy SourceFiles="govuk-frontend/govuk-frontend.min.js"
22-
DestinationFolder="wwwroot"
21+
<Copy SourceFiles="govuk-frontend/govuk-frontend.min.js"
22+
DestinationFolder="wwwroot"
2323
SkipUnchangedFiles="true" />
2424
</Target>
2525

src/GovUk.Frontend.AspNetCore.Build/DownloadNpmPackage.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/GovUk.Frontend.AspNetCore.Build/GovUk.Frontend.AspNetCore.Build.csproj

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/GovUk.Frontend.AspNetCore.Build/NpmPackageDownloader.cs

Lines changed: 0 additions & 220 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Package/tools
2-
Package/govuk-frontend-version
1+
Package/content/govuk-frontend

0 commit comments

Comments
 (0)