Merge pull request #682

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 08:21:45 +00:00
committed by GitHub
4 changed files with 22 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%/"
}
}
@@ -0,0 +1,5 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* Now install MJML into your project via Yarn or npm : yarn add mjml or npm install mjml --save