Remove libtextsecure/components.js
This commit is contained in:
parent
0303b6715c
commit
a22dcc986f
4 changed files with 0 additions and 21 deletions
14
Gruntfile.js
14
Gruntfile.js
|
@ -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'],
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue