From b2deab208c55870534f6b82e38c8db5ece6b5f5b Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Tue, 26 Aug 2014 17:18:52 -0700 Subject: [PATCH] remove the hack on replacing colons with dashes in emitted filenames --- tools/bundler.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/bundler.js b/tools/bundler.js index a221f5574e..858b05a068 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -908,9 +908,6 @@ _.extend(ClientTarget.prototype, { eachResource(function (file, type) { var fileContents = file.contents(); - file.targetPath = file.targetPath.replace(/:/g, "_"); - file.url = file.url.replace(/:/g, "_"); - var manifestItem = { path: file.targetPath, where: "client",