Skip to content

Commit

Permalink
Add react-server-cli watch mode (redfin#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade authored and davidalber committed Jul 24, 2016
1 parent c3ce0cd commit 609e0c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-server-cli/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ gulp.task("eslint", [], () => {

// there are no tests for this project :(
gulp.task("test", ["eslint"]);

gulp.task("watch", () => {
gulp.watch("src/*.js", ['default']);
});

0 comments on commit 609e0c2

Please sign in to comment.