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]);
|
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.loadNpmTasks('grunt-sass');
|
||||||
|
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
|
@ -37,10 +31,6 @@ module.exports = grunt => {
|
||||||
src: components,
|
src: components,
|
||||||
dest: 'js/components.js',
|
dest: 'js/components.js',
|
||||||
},
|
},
|
||||||
libtextsecurecomponents: {
|
|
||||||
src: libtextsecurecomponents,
|
|
||||||
dest: 'libtextsecure/components.js',
|
|
||||||
},
|
|
||||||
test: {
|
test: {
|
||||||
src: [
|
src: [
|
||||||
'node_modules/mocha/mocha.js',
|
'node_modules/mocha/mocha.js',
|
||||||
|
@ -87,10 +77,6 @@ module.exports = grunt => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
libtextsecure: {
|
|
||||||
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
|
|
||||||
tasks: ['concat:libtextsecure'],
|
|
||||||
},
|
|
||||||
protobuf: {
|
protobuf: {
|
||||||
files: ['./protos/SignalService.proto'],
|
files: ['./protos/SignalService.proto'],
|
||||||
tasks: ['exec:build-protobuf'],
|
tasks: ['exec:build-protobuf'],
|
||||||
|
|
|
@ -39,11 +39,6 @@
|
||||||
"node_modules/intl-tel-input/build/js/intlTelInput.js",
|
"node_modules/intl-tel-input/build/js/intlTelInput.js",
|
||||||
"components/autosize/**/*.js",
|
"components/autosize/**/*.js",
|
||||||
"components/webaudiorecorder/lib/WebAudioRecorder.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"
|
src="in_memory_signal_protocol_store.js"
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
<script type="text/javascript" src="../components.js"></script>
|
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
src="../protocol_wrapper.js"
|
src="../protocol_wrapper.js"
|
||||||
|
|
|
@ -52,7 +52,6 @@ const excludedFilesRegexps = [
|
||||||
'^js/components.js',
|
'^js/components.js',
|
||||||
'^js/curve/',
|
'^js/curve/',
|
||||||
'^js/util_worker.js',
|
'^js/util_worker.js',
|
||||||
'^libtextsecure/components.js',
|
|
||||||
'^libtextsecure/test/test.js',
|
'^libtextsecure/test/test.js',
|
||||||
'^sticker-creator/dist/bundle.js',
|
'^sticker-creator/dist/bundle.js',
|
||||||
'^test/test.js',
|
'^test/test.js',
|
||||||
|
|
Loading…
Reference in a new issue