Skip to content

Commit

Permalink
Forgot to update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gross committed Apr 2, 2013
1 parent a6ae2fa commit 8f84769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ concat: {
}
}
```
or let `ngtemplates` do it dynamically via the `concat` options. This is particularly useful if you're using a task that dynamically populates your concat configuration like [grunt-usemin](https://github.com/yeoman/grunt-usemin).
or let `ngtemplates` do it dynamically via the `updatetask` options. This is particularly useful if you're using a task that dynamically populates your concat configuration like [grunt-usemin](https://github.com/yeoman/grunt-usemin).

```js
myapp: {
options: {
concat: 'dist/app.js' //Will append 'dist/template.js' to an existing concat config for 'dist/app.js'
updatetask:{task: 'concat', target: 'dist/app.js'} //Will append 'dist/template.js' to a concat config for 'dist/app.js'
},
src: [ 'src/views/**.html' ],
dest: 'dist/templates.js'
Expand Down

0 comments on commit 8f84769

Please sign in to comment.