From c68bf074090efb98218aeaffd5f66b25315f6c7e Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 15 Apr 2015 17:06:06 -0700 Subject: [PATCH] Don't jscs the generated key_worker.js --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8a5a414ae..2d25d080b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -146,7 +146,7 @@ module.exports = function(grunt) { }, jscs: { all: { - src: ['js/**/*.js', '!js/libtextsecure.js', '!js/components.js', 'test/**/*.js'] + src: ['js/**/*.js', '!js/libtextsecure.js', '!js/key_worker.js', '!js/components.js', 'test/**/*.js'] } }, watch: {