I am currently building my sencha application using sencha app build inside of gradle.
When the build occurs I want to set information such as the timestamp of the build so that it can be referenced and outputted in the built web application. I presumed that sencha cmd would store some details about the state of the build however can not find where to reference that information in any documentation.
If build information is not saved by Sencha Cmd, I presume that this information should be passed in from the Gradle build process?
- I found page on how to do this via gradle however was more interested in a sencha based solution. Displaying version and date of build in the xhtml page
Thank you for any help.
James