Copy favicon too
This commit is contained in:
@@ -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'))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user