This page of the documentation http://patternlab.io/docs/advanced-auto-regenerate.html seems out of sync with the latest version of the gulpfile. If I am not mistaken gulp patternlab:serve was replaced by gulp patternlab:watch in the latest version.
Expected Behavior
The documentation should say to type gulp patternlab:serve.
Actual Behavior
The documentation says to type gulp patternlab:watch.
Hello,
This page of the documentation http://patternlab.io/docs/advanced-auto-regenerate.html seems out of sync with the latest version of the gulpfile. If I am not mistaken
gulp patternlab:serve
was replaced bygulp patternlab:watch
in the latest version.Expected Behavior
The documentation should say to type
gulp patternlab:serve
.Actual Behavior
The documentation says to type
gulp patternlab:watch
.Steps to Reproduce
Go to http://patternlab.io/docs/advanced-auto-regenerate.html
I have tried to commit a PR for this but I was only able to find https://github.com/pattern-lab/docs/blob/dev/docs/advanced-auto-regenerate.md which does not seem to correspond to the current version of the page in the documentation ?