Thanks for clearing that mystery up. meerkat
From: [email protected] [mailto:[email protected]] On Behalf Of Michael Nordman Sent: Tuesday, March 31, 2009 4:22 PM To: [email protected] Subject: [gears-users] Re: manifest folders They layout of the files in disk are not related to how they are mapped into the URL namespace. Gears generally stores all of the resources for a given store in the same directory in the file system. The mapping between the URL namespace and those files on disk is contained in the localserver.db file. On Tue, Mar 31, 2009 at 7:16 AM, meerkat <[email protected]> wrote: Hello, I have the following in my manifest.json file: { "url": "http://localhost/Impact Gears Offline/greybox/AJS.js","src": "greybox/AJS.js", "ignoreQuery":false}, When I check in the store all the files are in one folder. So, in my example above AJS.js is in the main folder. greybox folder is not created in the store. I would think that when there is a link to greybox/AJS.js, and we are offline the file would not be found...or am I wrong? Not sure? Any ideas? Thanks, meerkat
