Copy favicon too

This commit is contained in:
Edin Dazdarevic
2017-10-09 09:55:59 +02:00
parent 37971f8342
commit a547444d84

View File

@@ -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'))
})