Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 29, 2024
1 parent 1e9753b commit f261820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ for file in "$TEMPLATES_DIR"/*; do
fi

minijinja-cli $TEMPLATES_DIR/${filename} data.yaml -o dist/${name}.html
cp -r assets core css lib pages vendor dist
cp -r assets core css vendor dist
cp *.js dist
cp -r ../lib dist

# Check if the command was successful
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit f261820

Please sign in to comment.