diff --git a/Gruntfile.js b/Gruntfile.js index d0b46de8e3..afb658fb91 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -171,7 +171,7 @@ module.exports = function(grunt) { }, jscs: { all: { - src: ['js/**/*.js', '!js/components.js', 'test/**/*.js'] + src: ['js/**/*.js', '!js/libtextsecure.js', '!js/components.js', 'test/**/*.js'] } }, watch: {