Skip to content

Commit

Permalink
Merge pull request disintegrator#4 from watsoncj/patch-1
Browse files Browse the repository at this point in the history
Fix example config
  • Loading branch information
disintegrator committed May 28, 2015
2 parents 830c3ce + c68a7c1 commit edde761
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ The available options can be found [here](https://github.com/LearnBoost/juice#ju
```js
grunt.initConfig({
juice: {
options: {},
files: {
your_target: {
options: {},
files: {
'dest/email-template.html': 'src/email-template.html',
},
},
},
})
Expand Down

0 comments on commit edde761

Please sign in to comment.