Bugzilla – Attachment #159470: Bug 35428: Remove temporary files for gulp po tasks for
bug #35428
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 35428
Collapse All
|
Expand All
(-)
a/gulpfile.js (-1 / +1 lines)
Lines 386-391 function xgettext (cmd, filename) {
Link Here
386
file.contents = data;
386
file.contents = data;
387
callback(null, file);
387
callback(null, file);
388
});
388
});
389
fs.rmSync(folder, { recursive: true });
389
});
390
});
390
});
391
});
391
})
392
})
392
-
Return to
bug 35428