diff --git a/Gruntfile.js b/Gruntfile.js index 86e7c5e..0d1c67e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -41,6 +41,12 @@ module.exports = function (grunt) { src: "index.html", dest: "public/", }, + adminError_page: { + expand: true, + cwd: "src/", + src: "admin_error.html", + dest: "public/", + }, alpina: { expand: true, cwd: "src/js/",