More consistent naming for the boot tiddlers

This commit is contained in:
Jeremy Ruston
2013-05-31 16:53:19 +01:00
parent 43c9ec6396
commit c566284158
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
title: $:/core/styles/boot.css
title: $:/boot/boot.css
type: text/css
/*
+1 -1
View File
@@ -1,5 +1,5 @@
/*\
title: $:/core/boot.js
title: $:/boot/boot.js
type: application/javascript
The main boot kernel for TiddlyWiki. This single file creates a barebones TW environment that is just sufficient to bootstrap the modules containing the main logic of the application.
+1 -1
View File
@@ -1,5 +1,5 @@
/*\
title: $:/core/bootprefix.js
title: $:/boot/bootprefix.js
type: application/javascript
This file sets up the globals that need to be available when JavaScript modules are executed in the browser. The overall sequence is: