summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index dea9e2b..f7a1d54 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -11,7 +11,7 @@ gulp.task('server', function() {
var livereload = false;
server.run([pkg.main], options, livereload);
- gulp.watch([pkg.main], [server.run]);
+ gulp.watch([pkg.main], ['server']);
});
/** Creates a directory tree if it does not yet exist. */