diff --git a/gulpfile.js b/gulpfile.js index 80b3df672..81aa9d0ee 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -20,7 +20,7 @@ gulp.task('copy:backend:custom', () => ); gulp.task('copy:client:fonts', () => - gulp.src('./packages/client/src/icons.css.min').pipe(gulp.dest('./built/_client_dist_/fonts/')) + gulp.src('./packages/client/src/icons.css').pipe(gulp.dest('./built/_client_dist_/fonts/')) ); gulp.task('copy:client:phosphor', () =>