-
Originally posted by @sungwoncho:
---
I would like to use `{{> avatar }}` while rendering templates in the server side. I am using [meteor-handlebars-server](https://github.com/cmather/meteor-handle…
-
is it possible to do what you can do in the js https://github.com/handlebars-lang/handlebars.js/issues/1057
where you are able to compile a partial in a custom helper?
-
Gruntfile.js:
```
front: {
files: [{
src: 'src/main/templates/front/index.hbs',
dest: 'src/main/webapp/index.html'
}],
temp…
-
Hi,
I cannot compile templates that contain expressions that start with a number like `{{ 1 }}` or `{{ 128T }}`. But native Handlebars.js seems to support this.
Minimal code example:
```
Handl…
enorm updated
6 years ago
-
I'd like to add support for `grunt-contrib-handlebars` to allow it to render handlebars templates directly to HTML.
Thoughts on option names ?
``` javascript
handlebars: {
options: {
target: '…
-
Hi,
`string` and `optimist` are unmaintained. They also have vulnerability reports against them (or their own dependencies; `optimist` depends on an old version of `minimist` that is vulnerable).
…
-
- [x] jQuery
- [x] knockout
- [x] ember.js
- [x] angular.js
- [ ] backbone.js
- [ ] handlebars
-
Env settings:
```
node 10.15.1
npm 6.4.1
handlebars 4.1.2
express 4.16.4
```
Just updated the express-handlebars from 3.0.0 to 3.1.0
run into this issue:
server.js
```
const exphbs = requ…
-
I have nuxtjs app with a vue component that I want to document. This behavior only happens in my nuxtjs app. All my vue apps documentation work fine.
The complete text of the error message is:
…
-
I am working on an app based on on requirejs+ backbone. I also wanted to add hbs for handlebars templates usage. Without r.js optimization it works fine, however when I run optimization I get an error…