We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992b67a commit e571bbbCopy full SHA for e571bbb
README.md
@@ -17,7 +17,7 @@ purescript-angular $ bower install
17
18
purescript-angular $ gulp todomvc
19
20
-purescript-angular $ gulp watch_todomvc
+purescript-angular $ gulp watch.todomvc
21
```
22
23
Then visit: [http://localhost:9501/examples/Todomvc/main.html](http://localhost:9501/examples/Todomvc/main.html).
gulpfile.js
@@ -86,7 +86,7 @@ gulp.task('watch', function(cb){
86
gulp.watch(config.purescript.src, ['make']);
87
});
88
89
-gulp.task('watch_todomvc', function(cb){
+gulp.task('watch.todomvc', function(cb){
90
gulp.watch([config.purescript.examples.todomvc].concat(config.purescript.src), ['todomvc']);
91
server(cb);
92
0 commit comments