Add grunt watch tasks to rebuild libs
This commit is contained in:
parent
e96aa2f06e
commit
f35e8f347e
1 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,14 @@ module.exports = function(grunt) {
|
||||||
sass: {
|
sass: {
|
||||||
files: ['./stylesheets/*.scss'],
|
files: ['./stylesheets/*.scss'],
|
||||||
tasks: ['sass']
|
tasks: ['sass']
|
||||||
|
},
|
||||||
|
libtextsecure: {
|
||||||
|
files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'],
|
||||||
|
tasks: ['concat:libtextsecure']
|
||||||
|
},
|
||||||
|
libaxolotl: {
|
||||||
|
files: ['./libaxolotl/*.js'],
|
||||||
|
tasks: ['concat:libaxolotl']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
connect: {
|
connect: {
|
||||||
|
|
Loading…
Reference in a new issue