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

Filip Maj commented on CB-3556:
-------------------------------

FYI [~dcoleman] I've now pushed cordova 2.8.0 to npm, so give that a shot. If 
you still see the same issue, feel free to reopen.
                
> 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

Reply via email to