We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 078fee1 + 28f9d2c commit f14b4d8Copy full SHA for f14b4d8
index.js
@@ -47,7 +47,6 @@ module.exports = {
47
},
48
_gzipFiles: function(distDir, distFiles, filePattern) {
49
var filesToGzip = distFiles.filter(minimatch.filter(filePattern, { matchBase: true }));
50
- debugger;
51
return Promise.map(filesToGzip, this._gzipFileInPlace.bind(this, distDir));
52
53
_gzipFileInPlace: function(distDir, filePath) {
0 commit comments