meatballs / DjAxelrod

A repository to reproduce Axelrod's iterated prisoner's dilemma as a Django based web application.
MIT License
5 stars 4 forks source link

Fixes #48 #51

Closed drvinceknight closed 9 years ago

drvinceknight commented 9 years ago

Just adding how to stop the gulp server for #48

meatballs commented 9 years ago

I've altered the gulpfile slightly so that it uses the gulp-watch library instead of the vanilla gulp.watch task. This was one of the suggestions on gulpjs/gulp#651

polybuildr commented 9 years ago

Came here from gulpjs/gulp#651. Not sure if I got something wrong, but afaik gulp-watch does not support listing tasks to run as an array but instead requires a plain function (which can have a gulp.start call).

Does the watching part still work correctly?