From 34885226a12ef9da1d9a7af335817bce5f5f0baa Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Thu, 13 Jun 2019 21:41:00 +0200 Subject: [PATCH 1/2] Add notfloran/mjml-bundle --- notfloran/mjml-bundle/3.0/config/packages/mjml.yaml | 6 ++++++ notfloran/mjml-bundle/3.0/config/packages/prod/mjml.yaml | 3 +++ notfloran/mjml-bundle/3.0/manifest.json | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 notfloran/mjml-bundle/3.0/config/packages/mjml.yaml create mode 100644 notfloran/mjml-bundle/3.0/config/packages/prod/mjml.yaml create mode 100644 notfloran/mjml-bundle/3.0/manifest.json diff --git a/notfloran/mjml-bundle/3.0/config/packages/mjml.yaml b/notfloran/mjml-bundle/3.0/config/packages/mjml.yaml new file mode 100644 index 00000000..57f4da20 --- /dev/null +++ b/notfloran/mjml-bundle/3.0/config/packages/mjml.yaml @@ -0,0 +1,6 @@ +# see https://github.com/notFloran/mjml-bundle#binary +mjml: + renderer: 'binary' + options: + binary: '%kernel.project_dir%/node_modules/.bin/mjml' + minify: false diff --git a/notfloran/mjml-bundle/3.0/config/packages/prod/mjml.yaml b/notfloran/mjml-bundle/3.0/config/packages/prod/mjml.yaml new file mode 100644 index 00000000..f94eb48f --- /dev/null +++ b/notfloran/mjml-bundle/3.0/config/packages/prod/mjml.yaml @@ -0,0 +1,3 @@ +mjml: + options: + minify: true diff --git a/notfloran/mjml-bundle/3.0/manifest.json b/notfloran/mjml-bundle/3.0/manifest.json new file mode 100644 index 00000000..435bde3b --- /dev/null +++ b/notfloran/mjml-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "NotFloran\\MjmlBundle\\MjmlBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} From 500d62d9e7281df7a4d65c99ad56079194978067 Mon Sep 17 00:00:00 2001 From: Floran Brutel Date: Mon, 24 Jun 2019 22:28:10 +0200 Subject: [PATCH 2/2] Add post instaall for notfloran/mjml-bundle --- notfloran/mjml-bundle/3.0/post-install.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 notfloran/mjml-bundle/3.0/post-install.txt diff --git a/notfloran/mjml-bundle/3.0/post-install.txt b/notfloran/mjml-bundle/3.0/post-install.txt new file mode 100644 index 00000000..dd9e8808 --- /dev/null +++ b/notfloran/mjml-bundle/3.0/post-install.txt @@ -0,0 +1,5 @@ + + What's next? + + + * Now install MJML into your project via Yarn or npm : yarn add mjml or npm install mjml --save