That's exactly what I ended up doing, Only, I used gulpjs.org to execute tiddlywiki directly instead of a build script: https://gist.github.com/sukima/10941302
On Saturday, April 19, 2014 1:58:45 AM UTC-4, BJ wrote: > > I use symbolic links so I only need to checkout my project into one place. > see https://github.com/buggyj/TW5-bjhacks. > This has 2 commands > editsite.sh for working with node > and > buildsite.sh for when I am going to post the site on the internet > > BJ > > On Friday, April 18, 2014 5:28:33 AM UTC+1, Devin Weaver wrote: >> >> This is perfect! the only gotcha is any *new* content will be placed in >> editions/tw5.com-server/tiddlers/ and not editions/tw5.com/tiddlers/ which >> requires an extra copy step. >> >> For others viewing this post be sure to use the >> "retain-original-tiddler-path": >> true option. >> >> On Thursday, April 17, 2014 8:32:11 AM UTC-4, Jeremy Ruston wrote: >>> >>> Hi Devin >>> >>> You absolutely don't need to symlink to accomplish this. Have a look at >>> how editions/tw5.com and editions/tw5.com-server are set up. >>> >>> The former contains the content, and the tiddlywiki.info file lists the >>> plugins needed for the standalone edition. The latter wiki lists the >>> plugins needed for client-server usage, and includes the content of >>> tw5.com via the "includeWikis" directive in tiddlywiki.info. >>> >>> So, to build an index.html for posting to the web I just build editions/ >>> tw5.com. To work on the content with the client server edition I just >>> run up editions/tw5.com-server edition. >>> >>> Best wishes >>> >>> Jeremy >>> >>> >>> >>> On Thu, Apr 17, 2014 at 12:13 AM, Devin Weaver <[email protected]>wrote: >>> >>>> Yes, You are correct, two editions. I ended up doing as you said but >>>> with a task manager (gulp). Here is the gist: >>>> >>>> https://gist.github.com/10941302 >>>> >>>> On Wednesday, April 16, 2014 3:02:06 PM UTC-4, PMario wrote: >>>>> >>>>> but for your usecas imo you'll always need 2 editions because you want >>>>> a dev and a deploy edition, if I read your first post right. >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "TiddlyWikiDev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/tiddlywikidev. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Jeremy Ruston >>> mailto:[email protected] >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
