I’m loading basic(no server) local webpages(included in the application) which use a number of javascript/css libraries and it seems when I run my iphone application that I’m building, all the folders gets flattened and therefore breaks the webpage.
Is there anyway to stop certain folders from getting flattened in my application? Is there such a option in xcode?
I really don’t want to go through all my libraries and manually edit them every time we update them.
Found the solution in keeping the folder structure: http://majicjungle.com/blog/123/
Also had another problem where Javascript files weren’t being bundled into my app, had to manually add them to the project resources.