diff --git a/Gulpfile.js b/Gulpfile.js index 6e31497..9728d9e 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -41,7 +41,7 @@ gulp.task('copy:fonts', () => { }) gulp.task('copy:html', () => { - return gulp.src('index.html') + return gulp.src(['index.html', 'favicon.ico']) .pipe(gulp.dest('dist')) })