Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork871
Open
Labels
Description
Hi@dunglas,
Many thanks for the last update of this repository. It works like a charm and I was able to run a demo quite easily.
The only problem I encountered was the absence of compiled assets. I recently turned to AssetMapper and TailwindBundle and needed to run the folowing lines:
In dev mode:
php bin/console importmap:updatephp bin/console tailwind:build# --watchIn production
php bin/console tailwind:build --minifyphp bin/console asset-map:compile
I am wondering if it is possible to conditionally call these commands (TBH I don't know how to determine they exist).
WDYT?