Add symfony/asset-mapper and symfony/asset packages. Using asset twig function to load image from asset directory. Installed tailwind package. Added configuration to .symfony.local.yaml to handle building tailwind automagicly.
This commit is contained in:
3
.symfony.local.yaml
Normal file
3
.symfony.local.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
workers:
|
||||
tailwind:
|
||||
cmd: ['symfony', 'console', 'tailwind:build', '--watch']
|
||||
Reference in New Issue
Block a user