From 19f2e6dae06111092a94eb7b9875502b81c28e9e Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 20 Feb 2018 17:15:06 +0000 Subject: [PATCH] Fixed robots.txt copy --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 275422e5..25a3942a 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -381,7 +381,7 @@ module.exports = function (grunt) { }, { src: "src/web/static/robots.txt", - dest: "build/prod/" + dest: "build/prod/robots.txt" } ] }