I am using xubuntu 14.04 with node v6.9.2. Windows is case insensitive to file names....
On 16 December 2016 at 01:34, Michael Joseph Rosenthal < [email protected]> wrote: > @Danielo sorry about that - corrected the url to > https://github.com/micimize/TW5-structured-journal > > @BJ good catch - interesting that that's not an issue for me. Wonder where > the case sensitivity difference is coming from > > > On Thursday, December 15, 2016 at 1:36:16 PM UTC-6, BJ wrote: >> >> HI Michael, >> thanks for sharing this. I have only just been able to find time to >> update my node setup and try this out. One thing I had to do was modify >> Experience.js by changing >> import timeInterval, { formatInterval, precision } from './timeInterval' >> to >> import timeInterval, { formatInterval, precision } from './TimeInterval' >> >> so that >> >> npm run watch >> >> completed. >> >> all the best >> >> BJ >> >> On Tuesday, November 22, 2016 at 6:03:49 AM UTC+1, Michael Joseph >> Rosenthal wrote: >>> >>> Sure thing - I went ahead and threw up the code I was writing for my >>> structured-journal <https://github.com/micimize/TW5-structured-journa> >>> prototype and added a little bit of info in the readme. >>> I develop using the node tiddlywiki, running it with `nodemon --watch >>> wiki/plugins --exec 'tiddlywiki wiki --server 3333'`, then developing the >>> plugin in `./plugins/plugin-name` >>> >>> >>> On Sunday, November 20, 2016 at 1:15:35 AM UTC-6, BJ wrote: >>>> >>>> Hi Michael, >>>> >>>> I have not used browserify, but am interesting in alternative ways of >>>> building plugins. - Do you have an example plugin project that uses this >>>> method that you can share? >>>> >>>> thanks >>>> BJ >>>> >>>> On Wednesday, November 16, 2016 at 9:05:22 PM UTC+1, Michael Joseph >>>> Rosenthal wrote: >>>>> >>>>> I put together this browserify script for bundling dependencies in >>>>> plugins to avoid having to wrap every library I want to use as a tiddler, >>>>> thought others might find it useful. >>>>> >>>> -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWikiDev" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/tiddlywikidev/0zwoKDgOE-g/unsubscribe. > To unsubscribe from this group and all its topics, 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/7db2421a-1ef7-46e8-9805-e21b09ca6bf1% > 40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywikidev/7db2421a-1ef7-46e8-9805-e21b09ca6bf1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAJxZ06QKsZEvmdEviLmAKxpaaWD%3DB%2B9G%2BpVbnX4VWKqCP4KHCA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
