Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnable use with memory-fs #83
Comments
Does that module actually implement enough of the features to work here? I didn't look at it immediately but I remember at least one previous issue about this. Of course, please feel so inclined to make a PR in which you think the ideal implementation should be. This module does not require(fs) anywhere, so the change here is not obvious to me. |
Line 96 in f75f969 Bummer. This would require modification of I see that Supporting this feature would require This is too low of a priority for me to champion such change. I will rather simply write to the disk and continue using Lets leave this open and see if more people require this feature. I am sensing it might be an edge use case. |
I have the same issue. Is there any way to provide fs module? |
Highly related #pillarjs/send/issues/160 |
I am producing all the files and storing them only in memory, i.e. https://github.com/webpack/memory-fs. I'd like there to be an option to tell
serve-static
which fs to use.