From b499473e307ccb3259248643bd1d212a875bc9d1 Mon Sep 17 00:00:00 2001 From: kasperisager <kasperisager@gmail.com> Date: Tue, 22 Apr 2014 16:52:16 -0400 Subject: [PATCH] Whitespace --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index abf8ec6..bc4d2d4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,6 +54,5 @@ gulp.task('watch', function () { }); gulp.watch('less/**/*.less', ['styles']); - gulp.watch('js/src/**/*.js', ['scripts']); }); -- GitLab