From b329f8d7f9dc47a467272d740c113d507fa5588b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 17 Mar 2016 09:14:48 +0000 Subject: [PATCH] Updated watch command --- gulp/watch.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/watch.coffee b/gulp/watch.coffee index 43e6ae78..9d28fd25 100644 --- a/gulp/watch.coffee +++ b/gulp/watch.coffee @@ -3,4 +3,4 @@ g = require 'gulp' g.task 'watch', -> g.p.livereload.listen() - g.watch 'styles/*.scss', ['styles'] + g.watch 'styles/*.sass', ['styles']