mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
12 lines
327 B
Batchfile
12 lines
327 B
Batchfile
|
mkdir tmp\newcooked
|
||
|
|
||
|
node tiddlywiki.js --recipe test\tiddlywiki.2.6.5\source\tiddlywiki.com\index.html.recipe --savewiki tmp\newcooked
|
||
|
|
||
|
windiff tmp\newcooked\index.html test\tiddlywiki.2.6.5\target\index.2.6.5.html
|
||
|
|
||
|
node tiddlywiki.js --wikitest test\wikitests\
|
||
|
|
||
|
rem jshint *.js
|
||
|
rem jshint js
|
||
|
rem jshint tiddlywiki5\boot\*.js
|