chore(docs): don't rewrite colons in doc filenames

This commit is contained in:
Igor Minar
2012-08-31 16:29:49 -07:00
parent dc3d11ad19
commit 4015357ce5
2 changed files with 1 additions and 5 deletions

View File

@@ -109,9 +109,6 @@ StaticServlet.prototype.handleRequest = function(req, res) {
sys.puts('Rewrite to ' + path);
}
// rewrite : to _ to be GAE-friendly
path = path.replace(':', '_');
// end of docs rewriting
fs.stat(path, function(err, stat) {