kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Adjust cname for move to tiddlywiki.com
rodzic
4ab431bb93
commit
84ad161eab
2
bld.cmd
2
bld.cmd
|
@ -88,7 +88,7 @@ node .\tiddlywiki.js ^
|
|||
|
||||
rem Make the CNAME file that GitHub Pages requires
|
||||
|
||||
echo five.tiddlywiki.com > %TW5_BUILD_OUTPUT%\CNAME
|
||||
echo tiddlywiki.com > %TW5_BUILD_OUTPUT%\CNAME
|
||||
|
||||
rem Run the test edition to run the Node.js tests and to generate test.html for tests in the browser
|
||||
|
||||
|
|
2
bld.sh
2
bld.sh
|
@ -17,7 +17,7 @@ echo "Using TW5_BUILD_OUTPUT as [$TW5_BUILD_OUTPUT]"
|
|||
|
||||
# Make the CNAME file that GitHub Pages requires
|
||||
|
||||
echo "five.tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
||||
echo "tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
||||
|
||||
# Create the `static` directories if necessary
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue