Remove libtextsecure/components.js

This commit is contained in:
Fedor Indutny 2021-07-13 15:28:24 -07:00 committed by GitHub
parent 0303b6715c
commit a22dcc986f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 21 deletions

View File

@ -22,12 +22,6 @@ module.exports = grunt => {
components.push(bower.concat.app[i]);
}
const libtextsecurecomponents = [];
// eslint-disable-next-line guard-for-in, no-restricted-syntax
for (const i in bower.concat.libtextsecure) {
libtextsecurecomponents.push(bower.concat.libtextsecure[i]);
}
grunt.loadNpmTasks('grunt-sass');
grunt.initConfig({
@ -37,10 +31,6 @@ module.exports = grunt => {
src: components,
dest: 'js/components.js',
},
libtextsecurecomponents: {
src: libtextsecurecomponents,
dest: 'libtextsecure/components.js',
},
test: {
src: [
'node_modules/mocha/mocha.js',
@ -87,10 +77,6 @@ module.exports = grunt => {
},
},
watch: {
libtextsecure: {
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
tasks: ['concat:libtextsecure'],
},
protobuf: {
files: ['./protos/SignalService.proto'],
tasks: ['exec:build-protobuf'],

View File

@ -39,11 +39,6 @@
"node_modules/intl-tel-input/build/js/intlTelInput.js",
"components/autosize/**/*.js",
"components/webaudiorecorder/lib/WebAudioRecorder.js"
],
"libtextsecure": [
"components/long/**/*.js",
"components/bytebuffer/**/*.js",
"components/protobuf/**/*.js"
]
}
}

View File

@ -19,7 +19,6 @@
src="in_memory_signal_protocol_store.js"
></script>
<script type="text/javascript" src="../components.js"></script>
<script
type="text/javascript"
src="../protocol_wrapper.js"

View File

@ -52,7 +52,6 @@ const excludedFilesRegexps = [
'^js/components.js',
'^js/curve/',
'^js/util_worker.js',
'^libtextsecure/components.js',
'^libtextsecure/test/test.js',
'^sticker-creator/dist/bundle.js',
'^test/test.js',