Skip to content

Commit e571bbb

Browse files
committed
Renaming watch task for Todomvc example
1 parent 992b67a commit e571bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ purescript-angular $ bower install
1717

1818
purescript-angular $ gulp todomvc
1919

20-
purescript-angular $ gulp watch_todomvc
20+
purescript-angular $ gulp watch.todomvc
2121
```
2222

2323
Then visit: [http://localhost:9501/examples/Todomvc/main.html](http://localhost:9501/examples/Todomvc/main.html).

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gulp.task('watch', function(cb){
8686
gulp.watch(config.purescript.src, ['make']);
8787
});
8888

89-
gulp.task('watch_todomvc', function(cb){
89+
gulp.task('watch.todomvc', function(cb){
9090
gulp.watch([config.purescript.examples.todomvc].concat(config.purescript.src), ['todomvc']);
9191
server(cb);
9292
});

0 commit comments

Comments
 (0)