浏览代码

Fixed robots.txt copy

n1474335 7 年之前
父节点
当前提交
19f2e6dae0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -381,7 +381,7 @@ module.exports = function (grunt) {
                     },
                     {
                         src: "src/web/static/robots.txt",
-                        dest: "build/prod/"
+                        dest: "build/prod/robots.txt"
                     }
                 ]
             }