diff --git a/tiddlywiki5/BootLoader.js b/tiddlywiki5/boot/BootLoader.js similarity index 100% rename from tiddlywiki5/BootLoader.js rename to tiddlywiki5/boot/BootLoader.js diff --git a/tiddlywiki5/BootStart.js b/tiddlywiki5/boot/BootStart.js similarity index 100% rename from tiddlywiki5/BootStart.js rename to tiddlywiki5/boot/BootStart.js diff --git a/tiddlywiki5/bootstrap.css b/tiddlywiki5/shadows/css/bootstrap.css similarity index 100% rename from tiddlywiki5/bootstrap.css rename to tiddlywiki5/shadows/css/bootstrap.css diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/shadows/css/styles.css similarity index 100% rename from tiddlywiki5/styles.css rename to tiddlywiki5/shadows/css/styles.css diff --git a/tiddlywiki5/tiddlers/PageTemplate.tid b/tiddlywiki5/shadows/templates/PageTemplate.tid similarity index 100% rename from tiddlywiki5/tiddlers/PageTemplate.tid rename to tiddlywiki5/shadows/templates/PageTemplate.tid diff --git a/tiddlywiki5/tiddlers/SimpleTemplate.tid b/tiddlywiki5/shadows/templates/SimpleTemplate.tid similarity index 100% rename from tiddlywiki5/tiddlers/SimpleTemplate.tid rename to tiddlywiki5/shadows/templates/SimpleTemplate.tid diff --git a/tiddlywiki5/tiddlywiki5.recipe b/tiddlywiki5/tiddlywiki5.recipe index 8254ce8a0..8edcc6830 100644 --- a/tiddlywiki5/tiddlywiki5.recipe +++ b/tiddlywiki5/tiddlywiki5.recipe @@ -1,14 +1,12 @@ template: tiddlywiki5.template.html copyright: ../copyright.txt -style: bootstrap.css -style: styles.css +style: shadows/css/*.css tiddler: tiddlers/*.tid tiddler: tiddlers/*.jpg +tiddler: tiddlers/*.png tiddler: tiddlers/*.svg -tiddler: ../docs/*.svg -tiddler: ../docs/*.png -tiddler: ../docs/*.jpg +tiddler: shadows/templates/*.tid #tiddler: http://wikitext.tiddlyspace.com/fractalveg.jpg # type: image/jpeg @@ -21,6 +19,6 @@ jsmodule: ../js/macros/*.js jsmodule: ../node_modules/esprima/esprima.js title: esprima -jsbootstart: BootStart.js -jsbootend: BootLoader.js +jsbootstart: boot/BootStart.js +jsbootend: boot/BootLoader.js