Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Every time, when you trigger `cordova prepare/build` or `plugman install/uninstall/prepare` (this also `include cordova plugin add/rm`), cordova removes all references to www/* files from .jsproj file and then adds tags like
<ItemGroup> <Content Include="www\index.html" /> </ItemGroup>
to .jsproj file.
Proposal: We can use one entry like
<ItemGroup> <Content Include="www\**" /> </ItemGroup>
for all files in www folder including static assets and plugins' .js modules (like described here)
Attachments
Attachments
Issue Links
- relates to
-
CB-6874 Consolidate <Content> tag additions into 1 ItemGroup
- Closed