mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 14:23:01 -08:00
11 lines
327 B
Batchfile
11 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
|