We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52673c8 commit 323abf3Copy full SHA for 323abf3
JavaScript API.csproj
@@ -168,8 +168,6 @@
168
<Zip ZipFileName="Content\Scripts\API\Output\hiw-js-api.zip" ZipLevel="9" Files="@(JSAPIOutputs)" WorkingDirectory="Content\Scripts\API\Output" />
169
<Message Importance="high" Text="Copying API to Developers..." />
170
<Copy SourceFiles="Content\Scripts\API\Output\hiw-js-api.zip" DestinationFolder="..\..\Developers\Content\Downloads\" />
171
- <Copy SourceFiles="Content\Scripts\API\Output\hiw-api.min.js" DestinationFolder="..\..\Developers\Content\Scripts\" />
172
- <Copy SourceFiles="Content\Scripts\API\Output\hiw-api-lite.min.js" DestinationFolder="..\..\Developers\Content\Scripts\" />
173
</Target>
174
<Target Name="CleanJavaScriptAPIOutput">
175
<ItemGroup>
0 commit comments