You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Don Coleman (JIRA)" <ji...@apache.org> on 2013/05/31 00:02:20 UTC

[jira] [Created] (CB-3556) cordova-cli emulate deletes plugin's javascript

Don Coleman created CB-3556:
-------------------------------

             Summary: cordova-cli emulate deletes plugin's javascript
                 Key: CB-3556
                 URL: https://issues.apache.org/jira/browse/CB-3556
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 2.7.0
            Reporter: Don Coleman
            Assignee: Filip Maj


cordova-cli 2.7.4 is deleting the javascript files for plugins when I run cordova emulate with Android.

Anyone have ideas about how to track this down and fix it?

It's pretty easy to duplicate

    $ git clone https://github.com/don/FileOpener.git
    $ cordova create foo
    $ cd foo
    $ cordova platform add android
    $ cordova plugin add ../FileOpener
    $ cordova build
    $ ls platforms/android/assets/www/js/
    fileopener.js	index.js

fileopener.js exists

    $ cordova emulate
    $ ls platforms/android/assets/www/js/
    index.js

fileopener.js was deleted

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira