diff --git a/RECIPES.md b/RECIPES.md index 7259e194..348bbf12 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -208,6 +208,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) | | [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) | | [fastfony/quality-pack](https://packagist.org/packages/fastfony/quality-pack) | [1.0](fastfony/quality-pack/1.0) | +| [fastfony/tailwind-webpack-encore-pack](https://packagist.org/packages/fastfony/tailwind-webpack-encore-pack) | [1.0](fastfony/tailwind-webpack-encore-pack/1.0) | | [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) | | [fdekker/log-viewer-bundle](https://packagist.org/packages/fdekker/log-viewer-bundle) | [1.0](fdekker/log-viewer-bundle/1.0) | | [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) | diff --git a/archived/fastfony.tailwind-webpack-encore-pack/16e3f22e20897e0fa3895619231e8ad658677322.json b/archived/fastfony.tailwind-webpack-encore-pack/16e3f22e20897e0fa3895619231e8ad658677322.json new file mode 100644 index 00000000..45073cb4 --- /dev/null +++ b/archived/fastfony.tailwind-webpack-encore-pack/16e3f22e20897e0fa3895619231e8ad658677322.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "fastfony/tailwind-webpack-encore-pack": { + "manifest": { + "copy-from-recipe": { + "postcss.config.mjs": "postcss.config.mjs" + }, + "add-lines": [ + { + "file": "webpack.config.js", + "position": "after_target", + "warn_if_missing": true, + "target": " .splitEntryChunks()", + "content": " .enablePostCssLoader()" + }, + { + "file": "assets/styles/app.css", + "position": "top", + "content": "@import \"tailwindcss\";\n@source not \"../../public\";\n", + "warn_if_missing": false + } + ] + }, + "files": { + "postcss.config.mjs": { + "contents": [ + "export default {", + " plugins: {", + " \"@tailwindcss/postcss\": {},", + " },", + "};", + "" + ], + "executable": false + } + }, + "ref": "16e3f22e20897e0fa3895619231e8ad658677322" + } + } +} diff --git a/fastfony.tailwind-webpack-encore-pack.1.0.json b/fastfony.tailwind-webpack-encore-pack.1.0.json new file mode 100644 index 00000000..45073cb4 --- /dev/null +++ b/fastfony.tailwind-webpack-encore-pack.1.0.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "fastfony/tailwind-webpack-encore-pack": { + "manifest": { + "copy-from-recipe": { + "postcss.config.mjs": "postcss.config.mjs" + }, + "add-lines": [ + { + "file": "webpack.config.js", + "position": "after_target", + "warn_if_missing": true, + "target": " .splitEntryChunks()", + "content": " .enablePostCssLoader()" + }, + { + "file": "assets/styles/app.css", + "position": "top", + "content": "@import \"tailwindcss\";\n@source not \"../../public\";\n", + "warn_if_missing": false + } + ] + }, + "files": { + "postcss.config.mjs": { + "contents": [ + "export default {", + " plugins: {", + " \"@tailwindcss/postcss\": {},", + " },", + "};", + "" + ], + "executable": false + } + }, + "ref": "16e3f22e20897e0fa3895619231e8ad658677322" + } + } +} diff --git a/index.json b/index.json index b24e164b..a12badd5 100644 --- a/index.json +++ b/index.json @@ -654,6 +654,9 @@ "fastfony/quality-pack": [ "1.0" ], + "fastfony/tailwind-webpack-encore-pack": [ + "1.0" + ], "fd6130/exabytes-sms-bundle": [ "1.0" ],