mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add notfloran/mjml-bundle
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"NotFloran\\MjmlBundle\\MjmlBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user