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

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

Github user vladimir-kotikov commented on the issue:

    https://github.com/apache/cordova-lib/pull/462
  
    LGTM


> --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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to