Remove libaxolotl concat task
This commit is contained in:
parent
319332bb6f
commit
9effa85e40
1 changed files with 0 additions and 4 deletions
|
@ -148,10 +148,6 @@ module.exports = function(grunt) {
|
||||||
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
|
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
|
||||||
tasks: ['concat:libtextsecure']
|
tasks: ['concat:libtextsecure']
|
||||||
},
|
},
|
||||||
libaxolotl: {
|
|
||||||
files: ['./libaxolotl/*.js'],
|
|
||||||
tasks: ['concat:libaxolotl']
|
|
||||||
},
|
|
||||||
dist: {
|
dist: {
|
||||||
files: ['<%= dist.src %>'],
|
files: ['<%= dist.src %>'],
|
||||||
tasks: ['copy']
|
tasks: ['copy']
|
||||||
|
|
Loading…
Reference in a new issue