Browse Source

Fixed robots.txt copy

n1474335 7 years ago
parent
commit
19f2e6dae0
1 changed files with 1 additions and 1 deletions
  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"
                     }
                 ]
             }