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
-click on "View Deployment" to visit your website on github
54
-
-click on "Deploments overview" to see your repository on github
49
+
## WALKTHROUGH
50
+
-Enter the above information
51
+
-Click on button
52
+
-Wait for the two buttons to appear
53
+
-Click on "View Deployment" to visit your website on github
54
+
-Click on "Deploments overview" to see your repository on github
55
55
56
56
## CAVEATS
57
-
-this will not work if there are any merge conflicts, do not change any cables files from outside cables
58
-
-this will overwrite any patch that has been exported to the same repo/subdir-combination before
59
-
-use git commit history to roll-back any mishaps
57
+
-This will not work if there are any merge conflicts, so do not change any cables files from outside cables
58
+
-This will overwrite any patch that has been exported to the same repo/subdir-combination before
59
+
-Use git commit history to roll-back any mishaps
60
60
61
61
## Export Options
62
62
63
-
You can choose how the contents of your export should look, the defaults should be fine for almost everything.
63
+
You can choose how the contents of your export should look. The defaults should be fine for almost everything.
64
64
65
65
### Include assets
66
66
67
-
If your patch uses uploaded files (textures, audio, data, ...) choose one of the following options to have
67
+
If your patch uses uploaded files (textures, audio, data, ...), choose one of the following options to have
68
68
these files included in the export.
69
69
70
70
**Use "All" if you are generating filenames on the fly (iterators, arrays, ...) to make sure all files are available in the Export**
71
71
72
72
- Automatic: Tries to guess which files are used in the patch and includes only used assets.
73
-
- All: Includes all the assets uploaded to the patch or referenced in there, this is the safe option.
74
-
- None: Does not include any assets in the export, smaller download but some things might not work in the export
73
+
- All: Includes all the assets uploaded to the patch or referenced in there (safe option).
74
+
- None: No assets included in the export with smaller download size but some things might not work in the export.
75
75
76
76
### Package
77
77
78
-
- Single Javascript File: packages and minifies everything into one single javascript file to include
79
-
- Multiple Files: will keep the patch configuration, your code, and core code in seperate files
78
+
- Single Javascript File: Packages and minifies everything into one single javascript file to include.
79
+
- Multiple Files: Keeps the patch configuration, your code, and core code in separate files.
80
80
81
81
### Skip Backups
82
82
@@ -85,18 +85,18 @@ these files included in the export.
85
85
### Export without subdirectories
86
86
87
87
- Should you need the directory structure of your patch to be "flat" (no js/ or assets/ subdirectory) you can select this option.
88
-
- This will ususally not be needed, some platforms do not allow for accessing subdirectories tough, and some setups of frameworks like react/vue also behave weirdly with subdirectories.
88
+
- This will usually not be needed. Some platforms do not allow for accessing subdirectories though, and some setups of frameworks like react/vue also behave weirdly with subdirectories.
89
89
90
90
### Minify Code
91
91
92
-
- Deselecting this option will make your code bigger, but more readable, might be useful in debugging situations, you usually don't want this in "production".
92
+
- Deselecting this option will make your code bigger, but more readable. While this might be useful in debugging situations, you usually don't want this in "production" (i.e. your finished code).
93
93
94
94
### Add Source Maps
95
95
96
96
- When minifying code, this option will add [source maps](https://developer.chrome.com/blog/sourcemaps) to your javascript files.
97
-
This will make the code readable in dev-tools and may help in debugging situations, but will have and additional download for
98
-
people opening the dev-tools of their browser.
97
+
This will make the code readable in dev-tools and may help in debugging situations, but it will have an additional download for
98
+
users opening the dev-tools of their browser.
99
99
100
100
## Minify GLSL
101
101
102
-
- Minify shadercode. Same as "Minify Code", but for GLSL-Shadercode
102
+
- Minify shadercode. Same as "Minify Code", but for GLSL-Shadercode.
0 commit comments