Releases: FWeinb/metalsmith-watch
Releases · FWeinb/metalsmith-watch
1.0.3
1.0.2
1.0.1
1.0.0
- Fixed: metalsmith-collections are now correctly adjusted to avoid duplicates entries after rebuilds)
- Removed:
patternoption has been remove. Please use the newpathsoption - Added:
pathsoption allows you to specify a map to trigger rebuilds
(closes #4 and #13) - Added:
logoption to be able to control watcher logs - Added: when a JavaScript file is changed, the corresponding cache in node/iojs cache is refreshed.
This is particularly handy when working with plain JavaScript template
(eg: react template made with metalsmith-react)