Added detailed information and example for namespace option

This commit is contained in:
Larry Davis 2012-09-14 16:36:52 -07:00
parent 5def75a42f
commit e1dcb8d3d5

View File

@ -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```