Re: Import platform specific www-files

2013-05-03 Thread Filip Maj
et-dir="src/com/phonegap/plugin/sqlitePlugin" /> > > /> src="src/ios/SQLitePlugin.m"/> > > src="libsqlite3.dylib" /> > >> From: andreas.san...@hotmail.de >> To: dev@cordova.a

RE: Import platform specific www-files

2013-05-03 Thread Andreas Sander
ePlugin"version="1.0.0"> SQLite Plugin > From: andreas.san...@hotmail.de > To: dev@cordova.apache.org > Subject: RE: Import platform specific www-files > Date: Thu, 2 May 2013 20:41:05 +0200 > >

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
Is there a way to debug my plugin.xml file? > From: f...@adobe.com > To: dev@cordova.apache.org > Date: Thu, 2 May 2013 09:44:52 -0700 > Subject: Re: Import platform specific www-files > > Hey Andreas, > > If you are the author of the plugin, I would recommend checking

Re: Import platform specific www-files

2013-05-02 Thread Filip Maj
nfig.xml (android) automatically during build or do I have to >do this always manually? >Do I need to specify these settings inside the plugin folder? >> From: mmo...@chromium.org >> Date: Thu, 2 May 2013 11:55:59 -0400 >> Subject: Re: Import platform specific www-files >&

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
org > Date: Thu, 2 May 2013 11:55:59 -0400 > Subject: Re: Import platform specific www-files > To: dev@cordova.apache.org > > If you are using cordova-cli, there is already a merges/ folder for exactly > this. > > From the README: > > Platform-specific web assets (HT

Re: Import platform specific www-files

2013-05-02 Thread Michal Mocny
If you are using cordova-cli, there is already a merges/ folder for exactly this. >From the README: Platform-specific web assets (HTML, CSS and JavaScript files) are contained within appropriate subfolders in this directory. These are deployed during a prepare to the appropriate native directory.

Import platform specific www-files

2013-05-02 Thread Andreas Sander
Hi again ;-), I use a plugin with different JavaScript files for each platform. Can I, somehow, control which of these files are added to which platform specific www folder during cordova build? Or do I need to include both inside the www folder and refer to them based on device.platform? Greets