Let jscs ignore libtextsecure.js

Fix warnings about mixed tabs and spaces. They are in compiled code.
pull/749/head
lilia 10 years ago
parent 9e04910124
commit 5df56663ef

@ -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: {

Loading…
Cancel
Save