From f3a3073afbaf76bbdb45f1ec31d2cb5fc158c30d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 28 Apr 2014 10:15:33 -0400 Subject: [PATCH] fix(gulp) jshint: add lib/client --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 36bcce42..3625cb7f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,6 +19,7 @@ './*.js', 'test/*.js', LIB + '*.js', + LIB_CLIENT + '/*.js', LIB_CLIENT + 'storage/*.js', LIB_SERVER + '/**/*.js', '!' + LIB + 'diff/diff-match-patch.js',