Files
symfony-flex-recipes-contrib/armin.scssphp-bundle.1.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

37 lines
1.1 KiB
JSON

{
"manifests": {
"armin/scssphp-bundle": {
"manifest": {
"bundles": {
"Armin\\ScssphpBundle\\ScssphpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/prod/scssphp.yaml": {
"contents": [
"scssphp:",
" enabled: true",
" autoUpdate: false",
""
],
"executable": false
},
"config/packages/scssphp.yaml": {
"contents": [
"scssphp:",
" enabled: true",
" autoUpdate: true",
""
],
"executable": false
}
},
"ref": "dfcd909f037c7f1e2535bec00c1eba240d7aa513"
}
}
}