From 83fecf3d0ce52f6444ccd6eb136f7a1f2b760ad9 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 4 Nov 2025 12:45:20 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...1eb9a33f522440ec7dfc0dae3f63ce3a9ee87.json | 51 +++++++++++++++++++ index.json | 9 ++++ symfonycasts.sass-bundle.0.5.json | 51 +++++++++++++++++++ 4 files changed, 112 insertions(+) create mode 100644 archived/symfonycasts.sass-bundle/c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87.json create mode 100644 symfonycasts.sass-bundle.0.5.json diff --git a/RECIPES.md b/RECIPES.md index 9840dafa..65fb8cc6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -189,6 +189,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [symfony/zendesk-notifier](https://packagist.org/packages/symfony/zendesk-notifier) | [6.2](symfony/zendesk-notifier/6.2) | `zendesk-notifier`, `zendesknotifier` | | [symfony/zulip-notifier](https://packagist.org/packages/symfony/zulip-notifier) | [5.2](symfony/zulip-notifier/5.2) | `zulip-notifier`, `zulipnotifier` | | [symfonycasts/reset-password-bundle](https://packagist.org/packages/symfonycasts/reset-password-bundle) | [1.0](symfonycasts/reset-password-bundle/1.0) | | +| [symfonycasts/sass-bundle](https://packagist.org/packages/symfonycasts/sass-bundle) | [0.5](symfonycasts/sass-bundle/0.5) | `symfonycasts_sass` | | [symfonycasts/tailwind-bundle](https://packagist.org/packages/symfonycasts/tailwind-bundle) | [0.8](symfonycasts/tailwind-bundle/0.8) | `tailwind`, `tailwindcss` | | [theofidry/alice-data-fixtures](https://packagist.org/packages/theofidry/alice-data-fixtures) | [1.0](theofidry/alice-data-fixtures/1.0) | | | [twig/cssinliner-extension](https://packagist.org/packages/twig/cssinliner-extension) | [1.0](twig/cssinliner-extension/1.0) | | diff --git a/archived/symfonycasts.sass-bundle/c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87.json b/archived/symfonycasts.sass-bundle/c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87.json new file mode 100644 index 00000000..e78f62fd --- /dev/null +++ b/archived/symfonycasts.sass-bundle/c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "symfonycasts/sass-bundle": { + "manifest": { + "bundles": { + "Symfonycasts\\SassBundle\\SymfonycastsSassBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "assets/": "assets/" + }, + "gitignore": [ + "/%PUBLIC_DIR%/assets/" + ], + "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 + } + ], + "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": "c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87" + } + } +} diff --git a/index.json b/index.json index 9473635d..b0e2d8e7 100644 --- a/index.json +++ b/index.json @@ -436,6 +436,7 @@ "swiftmailer": "symfony/swiftmailer-bundle", "swiftmailer-bundle": "symfony/swiftmailer-bundle", "swiftmailerbundle": "symfony/swiftmailer-bundle", + "symfonycasts_sass": "symfonycasts/sass-bundle", "tailwind": "symfonycasts/tailwind-bundle", "tailwindcss": "symfonycasts/tailwind-bundle", "telegram-notifier": "symfony/telegram-notifier", @@ -1228,6 +1229,9 @@ "symfonycasts/reset-password-bundle": [ "1.0" ], + "symfonycasts/sass-bundle": [ + "0.5" + ], "symfonycasts/tailwind-bundle": [ "0.8" ], @@ -1524,6 +1528,11 @@ "symfony/framework-bundle": "<5.4" } }, + "symfonycasts/sass-bundle": { + "0.5": { + "symfony/asset-mapper": "<6.3" + } + }, "zenstruck/foundry": { "1.10": { "symfony/framework-bundle": "<5.3" diff --git a/symfonycasts.sass-bundle.0.5.json b/symfonycasts.sass-bundle.0.5.json new file mode 100644 index 00000000..e78f62fd --- /dev/null +++ b/symfonycasts.sass-bundle.0.5.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "symfonycasts/sass-bundle": { + "manifest": { + "bundles": { + "Symfonycasts\\SassBundle\\SymfonycastsSassBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "assets/": "assets/" + }, + "gitignore": [ + "/%PUBLIC_DIR%/assets/" + ], + "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 + } + ], + "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": "c891eb9a33f522440ec7dfc0dae3f63ce3a9ee87" + } + } +}