mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Remove references to obsolete "2bld" edition
This commit is contained in:
parent
6195069c5e
commit
d6bffad8ab
15
bin/2bld.cmd
15
bin/2bld.cmd
@ -1,15 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
rem build TiddlyWiki 2.x
|
|
||||||
|
|
||||||
rem cook the TiddlyWiki 2.x.x index file
|
|
||||||
|
|
||||||
node .\tiddlywiki.js ^
|
|
||||||
editions\tw2 ^
|
|
||||||
--verbose ^
|
|
||||||
--output tmp\tw2 ^
|
|
||||||
--load editions\tw2\source\tiddlywiki.com\index.html.recipe ^
|
|
||||||
--rendertiddler $:/core/templates/tiddlywiki2.template.html index.html text/plain ^
|
|
||||||
|| exit 1
|
|
||||||
|
|
||||||
fc tmp\tw2\index.html editions\tw2\target\prebuilt.html
|
|
15
bin/2bld.sh
15
bin/2bld.sh
@ -1,15 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# build TiddlyWiki 2.x
|
|
||||||
|
|
||||||
# cook the TiddlyWiki 2.x.x index file
|
|
||||||
|
|
||||||
node ./tiddlywiki.js \
|
|
||||||
editions/tw2 \
|
|
||||||
--verbose \
|
|
||||||
--output tmp/tw2 \
|
|
||||||
--load editions/tw2/source/tiddlywiki.com/index.html.recipe \
|
|
||||||
--rendertiddler $:/core/templates/tiddlywiki2.template.html index.html text/plain \
|
|
||||||
|| exit 1
|
|
||||||
|
|
||||||
diff -q tmp/tw2/index.html editions/tw2/target/prebuilt.html
|
|
@ -47,8 +47,3 @@ Or:
|
|||||||
```
|
```
|
||||||
|
|
||||||
This script serves the `tw5.com-server` edition content with LazyLoading applied to images.
|
This script serves the `tw5.com-server` edition content with LazyLoading applied to images.
|
||||||
|
|
||||||
!! `2bld`: builds TiddlyWiki 2.6.5
|
|
||||||
|
|
||||||
This script builds TiddlyWiki 2.6.5 from the original source and then displays the differences between them (`diff` is used for *nix, `fc` for Windows).
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user