diff --git a/gulpfile.js b/gulpfile.js index 5800f698..bb3de1d5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,7 +38,7 @@ gulp.task('styles:components', function () { })) .pipe($.autoprefixer('last 1 version')) .pipe(gulp.dest('app/styles/components')) - .pipe($.size({title: 'styles:scss'})); + .pipe($.size({title: 'styles:components'})); }) gulp.task('styles:scss', function () {