-
30 Jul 2012 11:18 PM #1
Resources Section in app.jsb3
Resources Section in app.jsb3
Hi all,
After much trouble i have created a compressed and minified version from my app.
But how to deal with resources. I can see the browser pulls in gifs from themes and other resources.
I see there is a resources statement inside of app.js3: "resources": []. Can anyone give an example, what we can specify here?
Thanks in advance.
-
3 Aug 2012 12:34 AM #2
src, dest Parameters
src, dest Parameters
After analysing source in SDK Tools, it seems that i can specify
After building the src path will be copied to dest.Code:"resources":[ {"src": "PathToSourceDirectory/" "dest": "PathDestinationDirectory/" } ]
But i have to insert it everytime i use sencha create jsb.
So it doesn't make much sense.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote