Skip to content

Commit

Permalink
Added robots.txt to files to be moved
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed Oct 2, 2024
1 parent 943843c commit dbdbe73
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 @@ -182,7 +182,7 @@ gulp.task('js-inject-vars', (done) => {
gulp.task('js', gulp.series('es-lint', 'js-build-header', 'js-build-header-full', 'js-inject-vars'));

gulp.task('move-homepage', () => {
return gulp.src('./index.html')
return gulp.src(['./index.html', './robots.txt'])
.pipe(gulp.dest(config.dist.deployPath));
});

Expand Down

0 comments on commit dbdbe73

Please sign in to comment.