remove the hack on replacing colons with dashes in emitted filenames

This commit is contained in:
Slava Kim
2014-08-26 17:18:52 -07:00
parent d4f8f8ce25
commit b2deab208c

View File

@@ -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",