We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd0702 commit 5de8f00Copy full SHA for 5de8f00
README.md
@@ -37,3 +37,7 @@ Including a file as a string literal at compile time:
37
let javaScript = precompileIncludeStr("path/to/file.js")
38
```
39
40
+Run `swift-precompiler` to precompile all Swift files in the directories specified in the config file
41
+```shell
42
+swift-precompiler precompile
43
+```
0 commit comments