Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace require 'fs' with fs.coffee exporting graceful-fs #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 31, 2013

  1. Replace require 'fs' with fs.coffee exporting graceful-fs

    Since this module always deal with lots and lots of static files
    I believe it is a good idea to add a central point where all fs
    calls can be traced/inspect/modifed/patched/whatever.
    
    In this commit I'm simply replacing all `require 'fs'` found in
    the codebase with require `require './fs.coffee' which now
    simply exports the `graceful-fs` module.
    
    This is to combat the EMFILE issue:
    techpines#94
    Chakrit Wichian committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    d1f9ee9 View commit details
    Browse the repository at this point in the history