pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

Fix CLI usage of watch #17

Closed skovhus closed 9 years ago

skovhus commented 9 years ago

Currently when using the CLI and --watch, the process exits after the first generation. That was not what I would expect. :)

This fixes it.

pocotan001 commented 9 years ago

@skovhus Thanks for the PR!