1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00
This commit is contained in:
jeremy@jermolene.com 2023-03-16 22:28:57 +00:00
parent ff70949e84
commit c002390da3
2 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"
# >>> TEMPORARILY SET TO THE GEOSPATIAL PLUGIN; TO BE REVERTED BEFORE MERGING <<<
if [ -z "$TW5_BUILD_MAIN_EDITION" ]; then
TW5_BUILD_MAIN_EDITION=./editions/geospatial
TW5_BUILD_MAIN_EDITION=./editions/geospatialdemo
fi
echo "Using TW5_BUILD_MAIN_EDITION as [$TW5_BUILD_MAIN_EDITION]"

View File

@ -11,8 +11,10 @@
],
"build": {
"index": [
"--render","$:/core/save/all","geospatialdemo.html","text/plain"],
"--render","$:/core/save/all","index.html","text/plain"],
"favicon": [],
"static": []
"static": [],
"empty": [],
"encrypted": []
}
}