I have one app based in Sencha Touch, and I need to compare in between different versions, I am looking in the "app.json" created after the production build with Sencha CMD I have a hash automatically generated, How to get this parameter and to compare with the newest?
At the moment the code is:
{
"id": "0b56f51f-84f8-4b6b-aabc-f7c1e307b15a",
"js": [
{
"path": "app.js",
"update": "delta",
"version": "db540a8b0c86588f8096f081b1ede1cc77b8a3bf"
}],
"css": [
{
"path": "resources/css/cupertino.css",
"update": "delta",
"theme": "Cupertino",
"version": "82920e6412f82097ae5877f0096612befd59a8af"
}
]}
Thanks!