| 6dd74de | | | 1 | # Settings in the [build] context are global and are applied to |
| 6dd74de | | | 2 | # all contexts unless otherwise overridden by more specific contexts. |
| 6dd74de | | | 3 | [build] |
| 6dd74de | | | 4 | # Directory where the build system installs dependencies |
| 6dd74de | | | 5 | # and runs your build. Store your package.json, .nvmrc, etc here. |
| 6dd74de | | | 6 | # If not set, defaults to the root directory. |
| 6dd74de | | | 7 | base = "" |
| 6dd74de | | | 8 | |
| 6dd74de | | | 9 | # Directory that contains the deploy-ready HTML files and |
| 6dd74de | | | 10 | # assets generated by the build. This is an absolute path relative |
| 6dd74de | | | 11 | # to the base directory, which is the root by default (/). |
| 6dd74de | | | 12 | # This sample publishes the directory located at the absolute |
| 6dd74de | | | 13 | # path "root/project/build-output" |
| 6dd74de | | | 14 | |
| 6dd74de | | | 15 | publish = "mermaid-live-editor/docs" |
| 6dd74de | | | 16 | |
| 6dd74de | | | 17 | # Default build command. |
| 6dd74de | | | 18 | command = "./scripts/editor.bash" |