Fixed: Restored robots.txt

(cherry picked from commit 37501094d7256e4dbe13de33b392933f6d475553)
This commit is contained in:
Mark McDowall
2020-12-31 13:11:22 -08:00
committed by Qstick
parent f23f1afa2c
commit 8f1f5b0d08
5 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ gulp.task('build',
'webpack',
'copyHtml',
'copyFonts',
'copyImages'
'copyImages',
'copyRobots'
)
)
);