I'm trying to make use of Handlebars' inline partial. Grunt build fails with the following error:
Running "handlebars:compile" (handlebars) task
>> Error: Parse error on line 1:
>> {{#*inline "myInlinePar
>> ---^
>> Expecting 'ID', 'DATA', got 'INVALID'
Warning: Handlebars failed to compile D:/blah-blah/adapt-myComponent/templates/myComponent.hbs. Use --force to continue.
Aborted due to warnings.
Ideas about what's wrong?
- I'm using Framework: v2.0.10 including handlebars.js v4.0.5.
- Some other articles (e.g., https://www.sitepoint.com/using-inline-partials-and-decorators-with-handlebars-4-0/) use
{{#* inline
. This yields the same error.