Skip to content

Commit ab30f2f

Browse files
author
emmanue1
committed
Update robot.txt
1 parent f9ef4c5 commit ab30f2f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

robot.txt renamed to robots.txt

File renamed without changes.

website/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task prepareIndexHtml {
5252
task copyFiles {
5353
dependsOn prepareIndexHtml
5454
doLast {
55-
['src/.htaccess', 'src/favicon.ico', 'src/google8db921c12949ed8c.html', 'src/sitemap.xml', 'src/robot.txt', 'build/html/index.html'].each { file -> ant.copy(file: file, todir: '..') }
55+
['src/.htaccess', 'src/favicon.ico', 'src/google8db921c12949ed8c.html', 'src/sitemap.xml', 'src/robots.txt', 'build/html/index.html'].each { file -> ant.copy(file: file, todir: '..') }
5656
}
5757
}
5858

@@ -62,7 +62,7 @@ task build {
6262

6363
task clean {
6464
doLast {
65-
['../.htaccess', '../favicon.ico', '../google8db921c12949ed8c.html', '../sitemap.xml', '../robot.txt', '../index.html'].each { file -> ant.delete(file: file) }
65+
['../.htaccess', '../favicon.ico', '../google8db921c12949ed8c.html', '../sitemap.xml', '../robots.txt', '../index.html'].each { file -> ant.delete(file: file) }
6666
['../css', '../img', '../js', 'build'].each { dir -> ant.delete(dir: dir) }
6767
}
6868
}
File renamed without changes.

0 commit comments

Comments
 (0)