mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix build scripts
This commit is contained in:
parent
47fa18c2e0
commit
974aecba1f
7
bld.cmd
7
bld.cmd
@ -34,12 +34,13 @@ rem static.html: the static version of the default tiddlers
|
|||||||
node .\tiddlywiki.js ^
|
node .\tiddlywiki.js ^
|
||||||
.\editions\tw5.com ^
|
.\editions\tw5.com ^
|
||||||
--verbose ^
|
--verbose ^
|
||||||
--output %TW5_BUILD_OUTPUT% ^
|
--output . ^
|
||||||
--rendertiddler $:/core/save/all index.html text/plain ^
|
|
||||||
--savetiddler $:/favicon.ico favicon.ico ^
|
|
||||||
--rendertiddler ReadMe .\readme.md text/html ^
|
--rendertiddler ReadMe .\readme.md text/html ^
|
||||||
--rendertiddler ContributingTemplate .\contributing.md text/html ^
|
--rendertiddler ContributingTemplate .\contributing.md text/html ^
|
||||||
--rendertiddler $:/core/copyright.txt .\licenses\copyright.md text/plain ^
|
--rendertiddler $:/core/copyright.txt .\licenses\copyright.md text/plain ^
|
||||||
|
--output %TW5_BUILD_OUTPUT% ^
|
||||||
|
--rendertiddler $:/core/save/all index.html text/plain ^
|
||||||
|
--savetiddler $:/favicon.ico favicon.ico ^
|
||||||
--rendertiddler $:/editions/tw5.com/download-empty empty.html text/plain ^
|
--rendertiddler $:/editions/tw5.com/download-empty empty.html text/plain ^
|
||||||
--rendertiddler $:/editions/tw5.com/download-empty empty.hta text/plain ^
|
--rendertiddler $:/editions/tw5.com/download-empty empty.hta text/plain ^
|
||||||
--savetiddler $:/green_favicon.ico %TW5_BUILD_OUTPUT%/static/favicon.ico ^
|
--savetiddler $:/green_favicon.ico %TW5_BUILD_OUTPUT%/static/favicon.ico ^
|
||||||
|
7
bld.sh
7
bld.sh
@ -35,12 +35,13 @@ rm $TW5_BUILD_OUTPUT/static/*
|
|||||||
node ./tiddlywiki.js \
|
node ./tiddlywiki.js \
|
||||||
./editions/tw5.com \
|
./editions/tw5.com \
|
||||||
--verbose \
|
--verbose \
|
||||||
--output $TW5_BUILD_OUTPUT \
|
--output . \
|
||||||
--rendertiddler $:/core/save/all index.html text/plain \
|
|
||||||
--savetiddler $:/favicon.ico favicon.ico \
|
|
||||||
--rendertiddler ReadMe ./readme.md text/html \
|
--rendertiddler ReadMe ./readme.md text/html \
|
||||||
--rendertiddler ContributingTemplate ./contributing.md text/html \
|
--rendertiddler ContributingTemplate ./contributing.md text/html \
|
||||||
--rendertiddler $:/core/copyright.txt ./licenses/copyright.md text/plain \
|
--rendertiddler $:/core/copyright.txt ./licenses/copyright.md text/plain \
|
||||||
|
--output $TW5_BUILD_OUTPUT \
|
||||||
|
--rendertiddler $:/core/save/all index.html text/plain \
|
||||||
|
--savetiddler $:/favicon.ico favicon.ico \
|
||||||
--rendertiddler $:/editions/tw5.com/download-empty empty.html text/plain \
|
--rendertiddler $:/editions/tw5.com/download-empty empty.html text/plain \
|
||||||
--rendertiddler $:/editions/tw5.com/download-empty empty.hta text/plain \
|
--rendertiddler $:/editions/tw5.com/download-empty empty.hta text/plain \
|
||||||
--savetiddler $:/green_favicon.ico static/favicon.ico \
|
--savetiddler $:/green_favicon.ico static/favicon.ico \
|
||||||
|
Loading…
Reference in New Issue
Block a user