Doc fixes
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 05:15:55 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
site/contents/get-started.md
→
site/contents/get-started.md
@@ -161,7 +161,7 @@ > %min-terminal%
> > [$](class:prompt) min -c myfile.min -n:-d:release -Additionally, you can also use `-m:<path>` (or `--module-path`) to specify one path containing [.min](class:ext) files which will be compiled as well (but not executed) along with the specified file. Whenever a {#link-operator||lang||load#} symbol is used to load an external [.min](class:ext) file, it will attempt to load from the pre-loaded files first before searching the filesystem. +Additionally, you can also use `-m:<path>` (or `--module-path`) to specify one path containing [.min](class:ext) files which will be compiled as well (but not executed) along with the specified file. Whenever a {#link-operator||lang||load#} or a {#link-operator||lang||require#} symbol is used to load/require an external [.min](class:ext) file, it will attempt to retrieve its contents from the pre-loaded files first before searching the filesystem. For example, the following command executed in the root folder of the min project will compile [run.min](class:file) along with all [.min](class:ext) files included in the [task](class:dir) and its subfolders: