Skip to content

Commit e5580f6

Browse files
committed
[SymfonyCastsSassBundle] Add worker in symfony-cli.yaml file
1 parent 310cf6d commit e5580f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

symfonycasts/sass-bundle/0.5/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"warn_if_missing": true,
1919
"target": " missing_import_mode: strict",
2020
"content": " excluded_patterns:\n - '**/assets/styles/**/_*.scss'"
21+
},
22+
{
23+
"file": "symfony-cli.yaml",
24+
"content": " # Watch and build Sass files\n sass:\n cmd: ['symfony', 'console', 'sass:build', '--watch']",
25+
"position": "after_target",
26+
"target": "workers:",
27+
"warn_if_missing": false
2128
}
2229
],
2330
"conflict": {

0 commit comments

Comments
 (0)