-
```
handlebars-objc/src/handlebars-objc/helpers/HBBuiltinHelpersRegistry.m:168:65: error: expected method to read dictionary element not found on object of type 'id'
id statementEval…
-
I have created a set of custom helpers which I want to include with my build (AMD). Where do I specify the path of helpers to be included.
-
-
Previously there were no defined defaultLayout and it was ok. But now we have:
`function ExpressHandlebars(config) {
// Config properties with defaults.
utils.assign(this, {
handle…
-
The PHP Code:
-------------
```php
require('./vendor/autoload.php');
// Define the template string.
$templateString = '{{json (hash foo="one" bar="two")}}';
// Define the LightnCandy rende…
-
I am using `requirejs-rails` but I _think_ the issue is not there, but here.
I have my Javascript app in a `/app/assets/javascripts/fn/*` directory. Handlebars is loading, the `require-handlebars-plu…
-
Currently, creating new toolkit scripts requires you to create a new file, then add a somewhat redundant item to `config.js`:
```
'drizzle/scripts/drizzle': './src/assets/drizzle/scripts/drizzle.js',…
-
Needed badly. Please someone in the Open Source Community Save me
-
I'm using
```
"email-templates": "^2.5.4",
"handlebars": "^4.0.6",
"handlebars-intl": "^1.1.2",
"handlebars-layouts": "^3.1.4"
```
This is how I'm formatting
```
{{formatNumber price st…
-
I'm curious if anyone else has run into this problem. I updated Rails to 3.2.22.5, and suddenly started getting parse errors from ExecJS due to `"`s appearing in handlebars templates (I'm using h…