[
https://issues.apache.org/jira/browse/CB-13614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279731#comment-16279731
]
ASF subversion and git services commented on CB-13614:
------------------------------------------------------
Commit 31070d9b2f376e601fabbb0da836dcf8e5212011 in cordova-browser's branch
refs/heads/master from [~auso]
[ https://gitbox.apache.org/repos/asf?p=cordova-browser.git;h=31070d9 ]
Merge pull request #48 from audreyso/CB-13562
CB-13562 : fixed asset tag when adding push plugin to browser
CB-13614 Create file path before copying asset
Fixes a bug that prevented copying over plugin assets that were nested in
folders by creating a directory path before the copy command.
CB-13614 Allow assets with a path to copy over correctly.
CB-13614 Remove commented out code.
> Asset tag create only works if file is targeted to root directory
> -----------------------------------------------------------------
>
> Key: CB-13614
> URL: https://issues.apache.org/jira/browse/CB-13614
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-browser
> Affects Versions: 5.0.1
> Reporter: George Campbell
> Assignee: Jesse MacFadyen
>
> Inside a plugin.xml file,
> <asset src="www/style/inappbrowser.css" target="style/inappbrowser.css"/>
> results in:
> cp: copyFileSync: could not write to dest file
> (code=ENOENT):/Users/campbelg/IdeaProjects/wms-circ-app/platforms/browser/platform_www/style/inappbrowser.css
> Related to CB-13562, which fixed the case of an asset file whose target was
> the root directory. This bug is for assets whose target contains a directory.
> The expected behavior is described by the plugin.xml documentation:
> https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#asset
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]