Skip to content

Commit

Permalink
Add xp bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 2, 2025
1 parent c281e11 commit 13375f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"dev": "xp -supervise web -c . -p dev -m develop -a 0.0.0.0:8080 de.thekid.dialog.App ./import",
"serve": "xp -supervise web -c . -p dev -a 0.0.0.0:8080 de.thekid.dialog.App ./import",
"import": "xp cmd de.thekid.dialog.import.LocalDirectory",
"post-update-cmd": "xp bundle -m src/main/webapp/assets/manifest.json src/main/webapp/assets/"
"bundle": "xp bundle -m src/main/webapp/assets/manifest.json src/main/webapp/assets/",
"post-update-cmd": "xp bundle"
}
}

0 comments on commit 13375f6

Please sign in to comment.