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
Copy file name to clipboardexpand all lines: website/docs/reference/cli.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for
73
73
| -race | Build with Go's race detector ||
74
74
| -s | Skip building the frontend ||
75
75
| -skipbindings | Skip bindings generation ||
76
+
| -skipembedcreate | Skip automatic creation of non-existent embed directories and gitkeep files ||
76
77
| -tags "extra tags" | Build tags to pass to Go compiler. Must be quoted. Space or comma (but not both) separated ||
77
78
| -trimpath | Remove all file system paths from the resulting executable. ||
78
79
| -u | Updates your project's `go.mod` to use the same version of Wails as the CLI ||
@@ -203,6 +204,7 @@ Your system is ready for Wails development!
203
204
| -s | Skip building the frontend | false |
204
205
| -save | Saves the given `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce`, `devserver` and `frontenddevserverurl` flags in `wails.json` to become the defaults for subsequent invocations. ||
205
206
| -skipbindings | Skip bindings generation ||
207
+
| -skipembedcreate | Skip automatic creation of non-existent embed directories and gitkeep files ||
206
208
| -tags "extra tags" | Build tags to pass to compiler (quoted and space separated) ||
Copy file name to clipboardexpand all lines: website/src/pages/changelog.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Added
21
21
- Added "Branding" section to `wails doctor` to correctly identify Windows 11 [#3891](https://github.com/wailsapp/wails/pull/3891) by [@ronen25](https://github.com/ronen25)
22
+
- Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer
0 commit comments