2024-08-22

This commit is contained in:
gcch 2024-08-22 17:12:05 +02:00
commit 5045ef25dc
598 changed files with 6310 additions and 5620 deletions

View file

@ -54,9 +54,8 @@ watch-css:
# Compile TypeScript en JavaScript
build-js:
swc web/app/themes/haiku-atelier-2024/src/scripts/scripts-page-produit.ts \
-o web/app/themes/haiku-atelier-2024/assets/js/scripts-page-produit.js
pnpm vite build
# Compile TypeScript à chaque changement de fichier
watch-js:
watchexec -w web/app/themes/haiku-atelier-2024/src/scripts just build-js
watchexec -w "web/app/themes/haiku-atelier-2024/src/scripts" just build-js