Open
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:update
php bin/console tailwind:build # --watch
In production
php bin/console tailwind:build --minify
php 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?