Sfoglia il codice sorgente

Fixed robots.txt copy

n1474335 7 anni fa
parent
commit
19f2e6dae0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"
                     }
                 ]
             }