Github user ArnaudValensi commented on the pull request:

    https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77545293
  
    @mnill yes, it's what I'm using, but there is some pitfalls. If you're 
using a third party library which try to relatively link a file it will not 
work. The regular files are loaded from `file:///android_asset/www`(for 
android) and the updated file from `cdvfile://...`. I'm using requirejs and I 
patched it to do the job, but it's very hacky and not very robust. My idea was 
to do something generic and working out of the box for everybody. What I was up 
to do is exactly what you've explained me :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to