OK. Looks pretty similar to CB-2820[1], looks like it's still a thing. Maybe my description wasn't good enough.
1. https://issues.apache.org/jira/browse/CB-2820 On 31/05/2013, at 8:02 AM, Don Coleman <don.cole...@gmail.com> wrote: > https://issues.apache.org/jira/browse/CB-3556 > > > On Thu, May 30, 2013 at 5:01 PM, Shazron <shaz...@gmail.com> wrote: > >> Hi Don, do you mind filing an issue in JIRA so this doesn't get lost? A lot >> of devs are away at @jsconf currently >> >> >> On Thu, May 30, 2013 at 12:45 PM, Don Coleman <don.cole...@gmail.com> >> wrote: >> >>> 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 O_o >>> >>