diff --git a/gulpfile.js b/gulpfile.js index dbac4f8a..33ef5530 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ gulp.task('watch', function() { // Start up the server and have it reload when anything in the // ./build/ directory changes - nodemon({script: 'server.js', watch: 'app/**'}); + nodemon({script: 'mainflux.js', watch: 'app/**'}); }); gulp.task('test', function() {