Don't jscs the generated key_worker.js
This commit is contained in:
parent
bdecf5cc44
commit
c68bf07409
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue