diff --git a/gulp/watch.coffee b/gulp/watch.coffee index 9d28fd25..2443fdfe 100644 --- a/gulp/watch.coffee +++ b/gulp/watch.coffee @@ -1,6 +1,4 @@ g = require 'gulp' g.task 'watch', -> - g.p.livereload.listen() - g.watch 'styles/*.sass', ['styles']