Test building static css and individual tiddlers

This commit is contained in:
Jeremy Ruston 2013-10-21 18:33:25 +01:00
parent 89310e71c8
commit c9668f93b5
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ node ./tiddlywiki.js \
--new_rendertiddler ReadMe ./readme.md text/html \
--new_rendertiddler ContributingTemplate ./contributing.md text/html \
--new_rendertiddler $:/core/templates/static.template.html $TW5_BUILD_OUTPUT/static.html text/plain \
--new_rendertiddler $:/core/templates/static.template.css $TW5_BUILD_OUTPUT/static/static.css text/plain \
--new_rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html $TW5_BUILD_OUTPUT/static text/plain \
|| exit 1
# Run tests