Don't jscs the generated key_worker.js

This commit is contained in:
lilia 2015-04-15 17:06:06 -07:00
parent bdecf5cc44
commit c68bf07409

View file

@ -146,7 +146,7 @@ module.exports = function(grunt) {
}, },
jscs: { jscs: {
all: { 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: { watch: {