Skip to content

Commit

Permalink
added adminError_page to gruntfile, so it moves it to the public (bui…
Browse files Browse the repository at this point in the history
…ld) folder
  • Loading branch information
arthur-adriansens authored Nov 22, 2023
1 parent d5ef0c5 commit 765e095
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 765e095

Please sign in to comment.