diff options
| author | Mirek Kratochvil <miroslav.kratochvil@uni.lu> | 2023-06-22 11:17:44 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <miroslav.kratochvil@uni.lu> | 2023-06-22 11:43:28 +0200 |
| commit | 65944a1cdfe3c06df737e5c54aec43292d0180bf (patch) | |
| tree | 05175d89f4781c5627ac1152d5b5668f0ff9970d | |
| parent | c86ece1433da3e8a85d84233f236a7d3b7945534 (diff) | |
| download | reploy-65944a1cdfe3c06df737e5c54aec43292d0180bf.tar.gz reploy-65944a1cdfe3c06df737e5c54aec43292d0180bf.tar.bz2 | |
make a separate scripts directory (this gonna grow)
| -rw-r--r-- | scripts/make-search-index.js (renamed from make-search-index.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-search-index.js b/scripts/make-search-index.js index 8d9f4cb..37c5ce5 100644 --- a/make-search-index.js +++ b/scripts/make-search-index.js @@ -11,7 +11,7 @@ * * Usage: * site ....some args.... --search-data-output tmp/search-raw.json - * node make-search-index.js tmp/search-raw.json _site/search-index.json _site/search-metadata.json + * node scripts/make-search-index.js tmp/search-raw.json _site/search-index.json _site/search-metadata.json */ lunr = require("lunr") |
