mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
38 lines
1.1 KiB
JSON
38 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"
|
|
}
|
|
}
|
|
}
|