diff --git a/gulpfile.js b/gulpfile.js index 43be3501ea..103580a173 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1272,7 +1272,7 @@ gulp.task('!bundle.copy', function() { gulp.task('!bundles.js.checksize', function(done) { var reportSize = require('./tools/analytics/reportsize'); - return reportSize('dist/js/bundle/**', {printToConsole: ['gzip level=2']}); + return reportSize('dist/js/bundle/**/*.js', {printToConsole: ['gzip level=2']}); }); gulp.task('bundles.js',