return this.getAssetFiles(compilation)
            .then((files) => this.handleFiles(files))
            .catch((e) => this.handleErrors(e, compilation))