mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 10:06:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfonycasts/sass-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfonycasts\\SassBundle\\SymfonycastsSassBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"assets/": "assets/"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%PUBLIC_DIR%/assets/"
|
||||
],
|
||||
"add-lines": [
|
||||
{
|
||||
"requires": "symfony/asset-mapper",
|
||||
"file": "config/packages/asset_mapper.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " missing_import_mode: strict",
|
||||
"content": " excluded_patterns:\n - '**/assets/styles/**/_*.scss'"
|
||||
}
|
||||
],
|
||||
"conflict": {
|
||||
"symfony/asset-mapper": "<6.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"assets/styles/app.scss": {
|
||||
"contents": [
|
||||
"// add your SASS styles in this file",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/symfonycasts_sass.yaml": {
|
||||
"contents": [
|
||||
"symfonycasts_sass:",
|
||||
" root_sass:",
|
||||
" - 'assets/styles/app.scss'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "4fe7a892a9f6f052c64ca2d6ee600cf95716f974"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,11 +16,12 @@
|
||||
],
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/asset_mapper.yaml",
|
||||
"content": "\n excluded_patterns:\n - '*/assets/styles/_*.scss'\n - '*/assets/styles/**/_*.scss'",
|
||||
"position": "bottom",
|
||||
"requires": "symfony/asset-mapper",
|
||||
"warn_if_missing": true
|
||||
"file": "config/packages/asset_mapper.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " missing_import_mode: strict",
|
||||
"content": " excluded_patterns:\n - '**/assets/styles/**/_*.scss'"
|
||||
}
|
||||
],
|
||||
"conflict": {
|
||||
@@ -45,7 +46,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87"
|
||||
"ref": "4fe7a892a9f6f052c64ca2d6ee600cf95716f974"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user