-
I am trying to adjust the `processName` but get three leading dots after applying `declare.processNameByPath`:
``` javaScript
gulp.src(['../Packages/Application/Acme.Ui/Resources/Private/Scripts/Embe…
-
Is there a reason you are locked to that specific version?
-
I have in my application.rb configuration changes to use an alternative file extension like `hbs`. However it seems like the renderer is registered before this change is made. Maybe I am doing things …
-
Hi,
This is my **configuration** for handlebars helpers:
```
{
test: /\.hbs$/,
use: [
{
…
-
As this is a handlebars CLI it would be useful to make possible defining helpers for handlebars via shell function export - which would in fact mean using any program to decorate values.
-
-
Say the `url` variable has a value like the following:
```
https://www.youtube.com/attribution_link?a=VpG9_JLmyoY&u=%2Fwatch%3Fv%3DO0Wxve2rbDw%26feature%3Dshare
```
Now using the url variable in the…
-
The [README warning](https://github.com/assemble/grunt-assemble#warning) makes it sound like using grunt-assemble is equivalent to running assemble 0.4.42.
However, the reality is that anyone running…
-
```
{{#each nav}}
{{log data.nav.title }}
{{ nav.description }}
{{/each}}
```
```
// Create a JSON object with the page's content
var data = {
nav: [
{
…
-
With the change to handlebars 2.0 our azure webrole (instance 0 - 0,25CPU and 768Mb Ram) is very slow at compiling templates. With handlebars 1.3 it was nearly instant on the same servers. I am trying…
ad-ab updated
9 years ago