[
https://issues.apache.org/jira/browse/CB-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999751#comment-13999751
]
ASF GitHub Bot commented on CB-6699:
------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-windows/pull/32
CB-6699 include files from www folder via single element (use ** glob
pattern)
https://issues.apache.org/jira/browse/CB-6699
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-windows CB-6699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-windows/pull/32.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #32
----
commit 47d42cbe3cf6347c43f93ee759863ef9af5cbdd7
Author: Vladimir Kotikov <[email protected]>
Date: 2014-05-15T07:19:56Z
include files from www folder via single element (use ** glob pattern)
----
> Cordova-cli / plugman add <Content> tag for each entry in www dir to windows8
> / wp8 .jsproj files
> -------------------------------------------------------------------------------------------------
>
> Key: CB-6699
> URL: https://issues.apache.org/jira/browse/CB-6699
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI, Plugman, Windows 8, WP8
> Reporter: Vladimir Kotikov
> Assignee: Jesse MacFadyen
> Labels: cli, cordova-lib, windows8, wp8
>
> 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 {noformat}
> <ItemGroup>
> <Content Include="www\index.html" />
> </ItemGroup>
> {noformat}
> to .jsproj file.
> *Proposal:* We can use one entry like {noformat}
> <ItemGroup>
> <Content Include="www\**" />
> </ItemGroup>
> {noformat} for all files in www folder including static assets and plugins'
> .js modules (like described
> [here|http://msdn.microsoft.com/en-us/library/ms171454.aspx])
--
This message was sent by Atlassian JIRA
(v6.2#6252)