Correct Gulpfile

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-04-27 23:12:31 +02:00
parent cf17b53bb6
commit 0dca37b656
1 changed files with 1 additions and 1 deletions

View File

@ -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() {