[ 
https://issues.apache.org/jira/browse/CB-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405363#comment-15405363
 ] 

ASF GitHub Bot commented on CB-8151:
------------------------------------

Github user purplecabbage commented on the issue:

    https://github.com/apache/cordova-lib/pull/462
  
    Anyone wanna look? @vladimir-kotikov @stevengill ?


> --copy-from cannot work w/ remote urls on the cli (but can programatically)
> ---------------------------------------------------------------------------
>
>                 Key: CB-8151
>                 URL: https://issues.apache.org/jira/browse/CB-8151
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>            Reporter: Brian LeRoux
>
>  It's this code in cli.js - 
> ```var customWww = args['copy-from'] || args['link-to'];
>        if (customWww) {
>            if (customWww.indexOf('http') === 0) {
>                throw new CordovaError(
>                    'Only local paths for custom www assets are supported.'
>                );
>            }
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to