mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 13:06:42 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
18
test/tiddlywiki.2.6.5/source/tiddlywiki/bldalpha
Executable file
18
test/tiddlywiki.2.6.5/source/tiddlywiki/bldalpha
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Usage:
|
||||
# bldalpha [release]
|
||||
|
||||
# Requires a cook script on $PATH.
|
||||
# See 'cook' in this directory for a sample.
|
||||
|
||||
DEFAULT_RELEASE=`cat ALPHA`
|
||||
RELEASE=${1:-$DEFAULT_RELEASE}
|
||||
RECIPE=$PWD/tiddlywiki.html.recipe
|
||||
RECIPE_EXT_JS=$PWD/tiddlywiki_externaljs.html.recipe
|
||||
RECIPE_EXT_JS_TS=$PWD/tiddlywiki_externaljs_tiddlyspace_alpha.html.recipe
|
||||
cook $RECIPE tiddlywiki.$RELEASE.html
|
||||
cook $RECIPE tiddlywiki_compressed.$RELEASE.html -cr -Cr -Dr
|
||||
cook $RECIPE twcore.$RELEASE.js -j
|
||||
cook $RECIPE_EXT_JS tiddlywiki_externaljs.$RELEASE.html
|
||||
cook $RECIPE_EXT_JS_TS tiddlywiki_externaljs_tiddlyspace.$RELEASE.html
|
||||
Reference in New Issue
Block a user