1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-06-30 13:55:06 +03:00

Forgot about watching the game.

This commit is contained in:
Alexander Yakovlev 2016-02-01 22:30:00 +07:00
parent 10b1eeed0d
commit 408d3bc1a5

View file

@ -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(