Skip to content

Commit

Permalink
Merge pull request angular-fullstack#2779 from nstuyvesant/patch-1
Browse files Browse the repository at this point in the history
fix(gulpfile): removed ref to .htaccess
  • Loading branch information
Awk34 authored Apr 28, 2019
2 parents a391762 + dae7be6 commit e8eb105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/app/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ gulp.task('revReplaceWebpack', function() {
gulp.task('copy:extras', () => {
return gulp.src([
`${clientPath}/favicon.ico`,
`${clientPath}/robots.txt`,
`${clientPath}/.htaccess`
`${clientPath}/robots.txt`
], { dot: true })
.pipe(gulp.dest(`${paths.dist}/${clientPath}`));
});
Expand Down

0 comments on commit e8eb105

Please sign in to comment.