Skip to content

Commit

Permalink
Added in for new watch targets docs. Fixes 11ty/eleventy#803
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 28, 2019
1 parent a4a35b0 commit e9594aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ module.exports = function(eleventyConfig) {
};
```

### Additional Watch Targets
### Add Your Own Watch Targets {% addedin "0.10.0" %}

The `addWatchTarget` config method allows you to manually add a file or directory for Eleventy to watch. When the file or the files in this directory change Eleventy will trigger a build. This is useful if Eleventy is not directly aware any external file dependencies.

Expand Down

0 comments on commit e9594aa

Please sign in to comment.