diff --git a/gulpfile.js b/gulpfile.js index f754b1d..895adb2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -217,7 +217,7 @@ gulp.task('watch', ['statics', 'default'], function() { isWatching = true; // Initiate livereload server: - g.livereload(); + g.livereload.listen(); gulp.watch('./src/app/**/*.js', ['jshint']).on('change', function(evt) { if (evt.type !== 'changed') {