From c9668f93b5ea86fe7ee04d28e260ca78b3cbaa91 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 21 Oct 2013 18:33:25 +0100 Subject: [PATCH] Test building static css and individual tiddlers --- nbld.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nbld.sh b/nbld.sh index 382d8c25d..52082a18f 100755 --- a/nbld.sh +++ b/nbld.sh @@ -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