dabs
Full Member
Posts: 78
|
Post by dabs on May 11, 2022 17:30:17 GMT
Are there any options available when building, i.e. to create two or more different configurations? I would like to build my app using the current configuration settings, i.e. where the app is basically built for Zebra devices. But then I would like to remove the barcode module from the extensions list in build.yml so I can build for other devices as well. There are other cases as well, for instance being able to create separate builds for different versions of Android.
A quick search through the RhoStudio menus revealed nothing, although I noted that when I select "Production build", I get a dialog where I can select project and platform, and also something called "Build" with a single option: "Local". Is that related to what I would like to do?
|
|
|
Post by Alex Epifanov on May 11, 2022 17:35:07 GMT
You can use local app's Rakefile for build customization - say add some tasks for pre build steps before running Rhodes build.
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on May 13, 2022 13:31:16 GMT
Thanks, yes I've already added tasks there (to bundle together css files for example). Is there any way for me to add options to the build process? I.e. such that I can select which build configuration I would like to build at any given time?
|
|