Merge pull request #5743 from mitar/patch-18

Unnecessary variable
This commit is contained in:
Sashko Stubailo
2015-12-08 15:33:58 -08:00

View File

@@ -1145,8 +1145,6 @@ class ClientTarget extends Target {
// Build up a manifest of all resources served via HTTP.
const manifest = [];
eachResource((file, type) => {
const fileContents = file.contents();
const manifestItem = {
path: file.targetPath,
where: "client",