From b1a8e1ca1d5af30238cc9d5ec94a0fb6d2662d37 Mon Sep 17 00:00:00 2001 From: Adam Yost Date: Sat, 4 Nov 2017 18:11:16 -0400 Subject: [PATCH] add favicon to dist --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 07f5c16..3d67910 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -28,7 +28,7 @@ gulp.task('compile_node', function(){ }); gulp.task('copy_client_root', ['copy_client_assets'], function(done){ - gulp.src('src/client/index.html') + gulp.src(['src/client/index.html', 'src/client/favicon.ico']) .pipe(gulp.dest('dist/client/')); sass.render({