phonegap / phonegap-plugin-contentsync

Download and cache remotely hosted content
Apache License 2.0
206 stars 98 forks source link

pack files in the zip exported by Phonegap Build #138

Closed jony89 closed 8 years ago

jony89 commented 8 years ago

I'm trying to add some files so the Phonegap Build in AEM (in the Adobe Exprience Manager board) will add my folder under etc\clientlibs .

this should be a simple task.

for example currently under : www\etc\clientlibs

i have angularjs.js and i want to add some more file to this (actually a full folder)

what i have tried is to add a node under

content/phonegap/app_name_placeholder/shell/pge-app/app-config-dev ( i'm using the build development package, not staging )

which points to the folder i want to pack, but with no success.

I've tried also to clean cache.

how should this be done in AEM ?

jony89 commented 8 years ago

for others, i needed to add a node under app-config (in /content) which has type "copy" and refers to the folder i wanted .