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