Hi Matt,

Working on the bleeding edge build may not be a recommendable practice.

Here's how you do it though:

To run TiddlyWiki on node with your fork of the repo, you simply open a 
command prompt in the repo folder and do:

npm link

>From now on, node will use your local fork running any tiddlywiki commands 
like:

tiddlywiki --server

If you want to switch back to using the latest release, you simply run this 
in the console:

npm install -g tiddlywiki

I use the last release as the build env for my plugin repo and the latest 
build, of course, when doing core development and making pull requests 
against any feature branches I created based on master.

Hope that helped.

best wishes

-tb

-- 
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 https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/4f00c0cd-f520-4247-9824-95b0e131e66a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to