-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning about MJML missing when using MRML #117
Comments
Dear @spickermann , i am seeing the same issues, although not running I have described my finding in #108 so far. Maybe you can provide additional information if you find something? |
i ended up running a
in my |
@spickermann I'm having trouble replicating it in my project. Would you be able to submit a PR for the fix? |
@spickermann Does this branch solve the warning for you? #118 |
…h-mrml #117 Warning about MJML missing when using MRML
@sighmon I am sorry for not responding to your questions. Yes, the current |
Hey there,
I updated
mjml-rails
to4.10.0
and enabled usingmrml
, an option that was added in #114. At the same time, I removed the dependency onmjml
frompackage.json
.My
Gemfile
includes these lines:And my
config/initializers/mjml.rb
looks like this:I ran my test suite and
mjml-rails
seems to work as expected and renders emails usingmrml
just fine.But when starting the application or running the specs, this warning in put out to the console:
I wouldn't expect this warning when
mjml-rails
is configured to usemrml
andmrml
is installed.The text was updated successfully, but these errors were encountered: