aseemk / requireDir

Node.js helper to require() directories.
MIT License
484 stars 60 forks source link

Add noCache option. #28

Closed msfragala closed 5 years ago

msfragala commented 8 years ago

Add option to prevent module caching. Super useful when used in continuous streams or with servers — no more restarting task or server to see updates to certain files.

aseemk commented 8 years ago

Sorry folks, I've been unusually busy with both work and life for a sustained period of time now. I keep meaning to get to these PRs (and other projects), but don't find myself with the time + energy too often.

One thing I've done with another project is to invite one or two other people to be collaborators in the project and help maintain it. Anyone here interested in that?

I'd just ask that you be mindful of keeping this project focused, and not let it get too complex. E.g. I'm not 100% sure it's a good idea to accept all of the currently open PRs, but I haven't looked into them fully or thought deeply about it.

Apologies again for the delay, and thank you for understanding. =)

flintinatux commented 8 years ago

:+1: this feature

aseemk commented 7 years ago

Hi there,

I'm sorry I haven't been timely in responding to these issues and PRs.

If you're interested in taking over the maintainer role for this project, please let me know.

More details: https://github.com/aseemk/requireDir/pull/31#issuecomment-255744987

Cheers, Aseem

yocontra commented 6 years ago

Needs tests and documentation, then I'll merge and publish ASAP.

yocontra commented 6 years ago

ping @msfragala

yocontra commented 5 years ago

closed by #57

max-ci commented 5 years ago

Hey guys, is it possible to manually delete the cache? I would like to delete cache only on certain situations.

yocontra commented 5 years ago

@max-ci require.cache is the node require cache object, you can delete entries from it however you want.