From 408d3bc1a5b9d34dde9a763ab43c7e105b2afc13 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Mon, 1 Feb 2016 22:30:00 +0700 Subject: [PATCH] Forgot about watching the game. --- Gulpfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gulpfile.coffee b/Gulpfile.coffee index 5424b75..a2c7f94 100644 --- a/Gulpfile.coffee +++ b/Gulpfile.coffee @@ -77,6 +77,7 @@ gulp.task('serve', ['build'], () -> gulp.watch(['./html/*.html'], ['html']) gulp.watch(['./sass/*.scss'], ['sass']) gulp.watch(['./img/*.png', './img/*.jpeg', './img/*.jpg'], ['img']) + gulp.watch(['./game/*.coffee'], ['coffee']); gulp.watch(['./build/css/main.css'], sassListener) gulp.watch(