From 9effa85e40599bf15afff934340d115ac392bb47 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 3 Apr 2015 17:15:41 -0700 Subject: [PATCH] Remove libaxolotl concat task --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2ab99ca4..208e0384 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -148,10 +148,6 @@ module.exports = function(grunt) { files: ['./libtextsecure/*.js', './libtextsecure/storage/*.js'], tasks: ['concat:libtextsecure'] }, - libaxolotl: { - files: ['./libaxolotl/*.js'], - tasks: ['concat:libaxolotl'] - }, dist: { files: ['<%= dist.src %>'], tasks: ['copy']