[ 
https://issues.apache.org/jira/browse/CB-13216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Sorokin updated CB-13216:
-----------------------------------
    Description: 
When installing a plugin with an <asset> tag, for example, 
cordova-plugin-test-framework:
{noformat}
<asset src="www/assets" target="cdvtests" />
{noformat}
The tag is unrecognized and assets are not copied to platform's www folder.
Here's an example of output:
{noformat}
cordova plugin add 
cordova-plugin-test-framework@https://github.com/apache/cordova-plugin-test-framework
Warning: using prerelease version 7.0.2-dev ([email protected])
Installing "cordova-plugin-test-framework" for browser
unrecognized type asset
Adding cordova-plugin-test-framework to package.json
Saved plugin info for "cordova-plugin-test-framework" to config.xml
{noformat}

  was:
When installing a plugin with an <asset> tag
{noformat}
<asset src="www/assets" target="cdvtests" />
{noformat}
For example, cordova-plugin-test-framework, the tag is unrecognized and assets 
are not copied to platform's www folder.
Here's an example of output:
{noformat}
cordova plugin add 
cordova-plugin-test-framework@https://github.com/apache/cordova-plugin-test-framework
Warning: using prerelease version 7.0.2-dev ([email protected])
Installing "cordova-plugin-test-framework" for browser
unrecognized type asset
Adding cordova-plugin-test-framework to package.json
Saved plugin info for "cordova-plugin-test-framework" to config.xml
{noformat}


> [browser] Assets are not copied to platform_www on plugin install
> -----------------------------------------------------------------
>
>                 Key: CB-13216
>                 URL: https://issues.apache.org/jira/browse/CB-13216
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-browser
>            Reporter: Alexander Sorokin
>            Assignee: Jesse MacFadyen
>              Labels: backlog, browser-next
>
> When installing a plugin with an <asset> tag, for example, 
> cordova-plugin-test-framework:
> {noformat}
> <asset src="www/assets" target="cdvtests" />
> {noformat}
> The tag is unrecognized and assets are not copied to platform's www folder.
> Here's an example of output:
> {noformat}
> cordova plugin add 
> cordova-plugin-test-framework@https://github.com/apache/cordova-plugin-test-framework
> Warning: using prerelease version 7.0.2-dev ([email protected])
> Installing "cordova-plugin-test-framework" for browser
> unrecognized type asset
> Adding cordova-plugin-test-framework to package.json
> Saved plugin info for "cordova-plugin-test-framework" to config.xml
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to