Update minified build and docs.

Former-commit-id: 3aa2cb29b041c4031dd196d06c1914b42e4773c2
This commit is contained in:
John-David Dalton
2012-05-20 23:18:09 -04:00
parent 2e540368eb
commit 5a82c8f89b
3 changed files with 118 additions and 115 deletions

View File

@@ -29,6 +29,9 @@
'--warning_level=QUIET'
];
/** Reassign `existsSync` for older versions of Node */
fs.existsSync || (fs.existsSync = path.existsSync);
/*--------------------------------------------------------------------------*/
/**