You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/03 05:49:20 UTC

[jira] [Commented] (CB-8151) --copy-from cannot work w/ remote urls on the cli (but can programatically)

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