Correct Gulpfile
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
cf17b53bb6
commit
0dca37b656
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue