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 a3164fb commit fffd842Copy full SHA for fffd842
src/Elastic.Markdown/Elastic.Markdown.csproj
@@ -36,7 +36,7 @@
36
<Exec Command="npm run build" />
37
</Target>
38
39
- <Target Name="EmbedGeneratedJavascript" AfterTargets="NpmRunBuild">
+ <Target Name="EmbedGeneratedAssets" AfterTargets="NpmRunBuild">
40
<ItemGroup>
41
<EmbeddedResource Include="_static/*.js.map" />
42
<EmbeddedResource Include="_static/*.js" />
0 commit comments