I have Sencha Touch 2.2.1 that includes assets like images, videos and .json's. I put them in the /resources
folder.
When I build the application with Sencha Cmd like this:
sencha app build production
the assets are not copied to the destination folder (build/VSBabyMobile/production/resources
)
There must be a way to configure more assets in .sencha/sencha.cfg
or in Sencha Cmd, but I can't find the answer in the docs.
Thanks
Include the base resources
folder as one of the resources
in your app.json
file.