You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several components in StudioPro where some files on disk need to be generated for the App to function. For example:
9
-
- Theme cache,
10
-
- JavaScript Actions,
11
-
- Java Actions,
12
-
- etc.
8
+
There are several components in StudioPro where files on disk need to be generated for the App to function. such as theme cache, JavaScript actions, Java Actions.
13
9
14
-
These files are generated based on the Documents in the App. In some cases generation of these files takes long time (typically proportional to the app size). This is why we cannot add those generated files to *.gitignore* file – it might slow down App opening and cause errors in some editors.
15
-
Due to the above we introduced an additional step in **Prepare commit process** that ensures generated content is up to date and generation is complete before Committing the changes to the repository.
10
+
These files are generated based on the Documents in the app. In some cases generation of these files takes a long time (typically proportional to the app size). This is why Mendix cannot add these generated files to *.gitignore* file – it might slow down app opening and cause errors.
11
+
Due to the above Mendix has introduced an additional step in **Prepare commit process** that ensures generated content is up to date and generation is complete before committing the changes to the repository.
16
12
17
-
The last step on the dialog below calls synchronization commit content. The current kind of synchronization is displayed in Progress.
13
+
The last step on the dialog below calls synchronization commit content. The **Progress** section shows the current type of syncronization:
If any synchronization fails during this step the form below is displayed asking if it should continue or cancel commit process explaining the failures and statuses. The form lists only the synchronizers that have failed.
17
+
If any synchronization fails during this step the dialog below is displayed asking if it should continue or cancel commit process explaining the failures and statuses. The dialog lists only the synchronizers that have failed.
0 commit comments