1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-11 00:03:48 +00:00

Allow building external core version of main site (#8953)

This commit is contained in:
Leilei332 2025-02-27 19:00:58 +08:00 committed by GitHub
parent b0d950faec
commit 378b9b3627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,7 @@ node $TW5_BUILD_TIDDLYWIKI \
fi fi
# /index.html Main site # /index.html Main site
# /external-(version).html External core version of main site
# /favicon.ico Favicon for main site # /favicon.ico Favicon for main site
# /static.html Static rendering of default tiddlers # /static.html Static rendering of default tiddlers
# /alltiddlers.html Static rendering of all tiddlers # /alltiddlers.html Static rendering of all tiddlers
@ -117,7 +118,7 @@ node $TW5_BUILD_TIDDLYWIKI \
--version \ --version \
--load $TW5_BUILD_OUTPUT/build.tid \ --load $TW5_BUILD_OUTPUT/build.tid \
--output $TW5_BUILD_OUTPUT \ --output $TW5_BUILD_OUTPUT \
--build favicon static index \ --build favicon static index external-js \
|| exit 1 || exit 1
# /empty.html Empty # /empty.html Empty