Added detailed information and example for namespace option
This commit is contained in:
parent
5def75a42f
commit
e1dcb8d3d5
@ -37,7 +37,14 @@ This controls how this task (and its helpers) operate and should contain key:val
|
||||
|
||||
##### namespace ```string```
|
||||
|
||||
The namespace in which the resulting JST templates are assigned to.
|
||||
The namespace, in dot notation, in which the resulting JST templates are assigned to. The example below assigns templates to the `MyApp.Templates` namespace:
|
||||
|
||||
Example:
|
||||
``` javascript
|
||||
options: {
|
||||
namespace: 'MyApp.Templates'
|
||||
}
|
||||
```
|
||||
|
||||
##### processName ```function```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user