From f35e8f347e578e8034204bef6f18ba53b6197bb5 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 23 Feb 2015 11:54:40 -0800 Subject: [PATCH] Add grunt watch tasks to rebuild libs --- Gruntfile.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 98343aee..5d678d01 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -181,6 +181,14 @@ module.exports = function(grunt) { sass: { files: ['./stylesheets/*.scss'], tasks: ['sass'] + }, + libtextsecure: { + files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'], + tasks: ['concat:libtextsecure'] + }, + libaxolotl: { + files: ['./libaxolotl/*.js'], + tasks: ['concat:libaxolotl'] } }, connect: {