-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Handlebars won't compile #1661
Comments
Make sure you have the latest version. This may have fixed the issue. |
The bundle does say it is running 1.15, but I was thinking of building manually and see if that is any different. |
Yeah I just tested it off of master and am seeing the same behavior. |
There is a difference between the test page and the download link you provided. Can you please verify that the Are you using any plugins? |
I realize my mistake, thanks for helping me debug! I had all of the pieces I mentioned above, but I forgot I also had a WIP ES6 import that was stomping on the Thanks again! |
Hi, I've been using a build from the homepage that includes handlebars in a web browser. When I run any markup through it, HTML comes through just fine, but Handlebars is replaced with placeholders.
JS:
Handlebars:
Output:
When I try this same code in the test tool it works just fine, so I'm at a loss as to what is different from my code.
Are there any ways of debugging this, or any possible differences between the downloaded build and the test tool?
Thanks!
The text was updated successfully, but these errors were encountered: