Skip to content

Commit

Permalink
add favicon to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
swimmadude66 committed Nov 4, 2017
1 parent 7a5912c commit b1a8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit b1a8e1c

Please sign in to comment.