Skip to content

Commit 258d23f

Browse files
committed
[SymfonyCastsTailwindBundle] Add worker in symfony-cli.yaml file
1 parent e5580f6 commit 258d23f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

symfonycasts/tailwind-bundle/0.8/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%/"
77
},
8-
"aliases": ["tailwind", "tailwindcss"]
8+
"aliases": ["tailwind", "tailwindcss"],
9+
"add-lines": [
10+
{
11+
"file": "symfony-cli.yaml",
12+
"content": " # Watch and build CSS files using Tailwind CSS\n tailwind:\n cmd: ['symfony', 'console', 'tailwind:build', '--watch']",
13+
"position": "after_target",
14+
"target": "workers:",
15+
"warn_if_missing": false
16+
}
17+
]
918
}

0 commit comments

Comments
 (0)