-
Notifications
You must be signed in to change notification settings - Fork 147
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
.hamlc is unexpectedly processed by JstProcessor #189
Comments
I'm sorry, I'm not sure anyone will have time to be looking at this problem in depth. thanks |
voducvu
added a commit
to voducvu/haml_coffee_assets
that referenced
this issue
Jun 24, 2024
hi @mathieujobin, I opened a PR here #190. Please help proceed to merge it when you have time. |
voducvu
added a commit
to voducvu/haml_coffee_assets
that referenced
this issue
Jul 20, 2024
mathieujobin
pushed a commit
that referenced
this issue
Jul 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
The template function is unexpectedly generated into namespace window.JST['templates/<template_name>]. When we access this template, it returns undefined.
Findings
The .hamlc is processed by JstProcessor unexpectedly. It should be handled by HamlCoffeeAssets::Transformer only.
Suggestion
We should separate the mimetype for .hamlc and .jst.haml
The text was updated successfully, but these errors were encountered: