mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 05:16:11 +01:00
d1a97b9be8
* [TASK][SECURITY][!!!] Update to mjml 4 due to security npm issues * WIP|TASK: Fix broken test Fix error in test. Still the expected HTML is not as returned from mjml. * [TASK] Remove comment generated by the consoleOutput in the test * [TASK] Modify Expected.html to fit generated entry * [TASK] Add same conversions on both outputs * [TASK] Try with phpunit assertStringEqualsFile function * [TASK] remove the \n again * [BUGFIX] Add some compression configs to keep it small * [BUGFIX] reduce line length
11 lines
508 B
Text
11 lines
508 B
Text
# cat=node/Binary/1000; type=string; label=Path to node binary : /usr/bin/node
|
|
nodeBinaryPath = /usr/bin/node
|
|
|
|
# cat=mjml/Binary/2000; type=string; label=Path to mjml binary in mjml EXT folder : ./node_modules/mjml/bin/
|
|
mjmlBinaryPath = ./node_modules/mjml/bin/
|
|
|
|
# cat=mjml/Binary/3000; type=string; label=mjml binary : mjml
|
|
mjmlBinary = mjml
|
|
|
|
# cat=mjml/Binary/4000; type=string; label=mjml params : -s --config.beautify true --config.minify true
|
|
mjmlParams = -s --config.beautify true --config.minify true
|