GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb/pull/163
remove warning when running `grunt dev` This removes the warning `path.existsSync is now called fs.existsSync`. Now having one require at the top of the file, as module.require caches requires anyway. You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb fs.existsSync Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/163.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #163 ---- commit d221e8cf999479cfaaf318852ef136d86dedaad0 Author: Robert Kowalski <r...@kowalski.gd> Date: 2014-03-05T19:34:02Z remove warning when running `grunt dev` This removes the warning `path.existsSync is now called fs.existsSync`. Now having one require at the top of the file, as module.require caches requires anyway. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---