Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sencha CMD not copying resources folder

Tags:

build

extjs

I am using SenchCMD 5.0.2.270 and Sencha Touch 2.4.0 and Cordova Android

Building an app with

sencha app build native

the resources from the app.json resources are not being copied:

"resources": [
    "resources",
    "resources/images",
    "resources/icons",
    "resources/startup"
],

The only resources in the final output is the css folder.

Any idea what is going wrong?

like image 846
Dinkheller Avatar asked Nov 10 '22 00:11

Dinkheller


1 Answers

yes there is issue with the Sencha packaging of Android build folder, such that it is not copying the resources as expected, i was saw the issue marked HERE

like image 143
Anuj Avatar answered Dec 09 '22 03:12

Anuj