On Fri, 18 Jan 2013, Jeremy Ruston wrote:

Can the README be updated? Either to show the new build stuff, or
point to it?


Eric is collecting his dev notes here:

http://tiddlywiki.com/dev/

I assume this is the actual build script:

  http://tiddlywiki.com/dev/#bld.bat

In which case the only part that seems to be _writing_ the
index.html is here:

  echo BUILD: assembling EMPTY.HTML
  node %TW5% --recipe empty.html.recipe --savewiki %DEST%
  ren %DEST%\index.html empty.html

== main point ==
That suggests the problem is either in --savewiki, or just "windows"
and its writing of files to disk in some general sense.
-- main point --

However, it is hard to be sure because that 'empty.html.recipe' file
doesn't appear to be anywhere in the tiddlywiki repo and nor is
bld.bat.

So I thought, okay I'll see if I can go run node against some
recipes. Couldn't get existing files in TiddlyWiki5 repo to align
with documentation either.

So still suck.

--
Chris Dent                                   http://burningchrome.com/
                                [...]

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to