2024-08-22
This commit is contained in:
parent
d9e6ad1667
commit
5045ef25dc
598 changed files with 6310 additions and 5620 deletions
5
justfile
5
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue