From a3c6ac05df522ee956746a774a177fd415df5031 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 23 Dec 2021 00:15:09 +0100 Subject: [PATCH] Fix build script --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 661af3b30f..605a678ee0 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -19,7 +19,7 @@ cp -r assets/themes/ dist/assets/themes/ cp -r assets/svg/ dist/assets/svg/ echo -e "\n\n Building non-theme pages" echo -e " ==========================\n\n" -<<<<<<< HEAD +parcel build --public-url "./" --no-source-maps "index.html" "404.html" "professional.html" "automaton.html" "land.html" "customGenerator.html" "theme.html" vendor echo -e "\n\n Building theme pages" echo -e " ======================\n\n" @@ -31,4 +31,4 @@ do # Builds the necessary files for just one theme, e.g. 'bookcases.html' + 'index_bookcases.ts' + supporting file # npm run generate && node --max_old_space_size=12000 $(which parcel) build parcel build --public-url './' --no-source-maps "$theme.html" -done +done \ No newline at end of file