mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
remove the hack on replacing colons with dashes in emitted filenames
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user