mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
chore(docs): don't rewrite colons in doc filenames
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user