chore: don't track size of non-bundle files
This commit is contained in:
parent
9b3a548f6f
commit
e7081b8b7c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue