mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"symfonycasts/tailwind-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"add-lines": [
|
|
{
|
|
"file": ".symfony.local.yaml",
|
|
"content": " # Watch and build CSS files using Tailwind CSS\n tailwind:\n cmd: ['symfony', 'console', 'tailwind:build', '--watch']",
|
|
"position": "after_target",
|
|
"target": "workers:",
|
|
"warn_if_missing": true
|
|
}
|
|
],
|
|
"post-install-output": [
|
|
" * <fg=green>Tailwind CSS is installed!</> Time to get rolling:",
|
|
"",
|
|
" * <fg=blue>Run</> <comment>php bin/console tailwind:init</> to set up your Tailwind configuration",
|
|
" * <fg=blue>Then</> start the watcher with <comment>php bin/console tailwind:build --watch</>",
|
|
"",
|
|
" * <fg=blue>Read</> the docs at <comment>https://symfony.com/bundles/TailwindBundle/current/index.html</>"
|
|
]
|
|
},
|
|
"files": [],
|
|
"ref": "b8af60cec7149fd0cde0ec9d89ccb32335c4d9bd"
|
|
}
|
|
}
|
|
}
|