Add notfloran/mjml-bundle

This commit is contained in:
Floran Brutel
2019-06-13 21:41:00 +02:00
parent 5857bd014b
commit 34885226a1
3 changed files with 17 additions and 0 deletions
@@ -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
@@ -0,0 +1,3 @@
mjml:
options:
minify: true
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"NotFloran\\MjmlBundle\\MjmlBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}