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