From 24e5e28e15c0b560f57405429a1fe9be28bb5a46 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 9 Sep 2014 21:53:49 -0300 Subject: [PATCH] add log --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4b1216fb4..57bd9a50d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -121,6 +121,7 @@ module.exports = function(grunt) { 'js/controllers/*.js', 'js/translations.js', 'js/mobile.js', // PLACEHOLDER: CORDOVA SRIPT + 'js/log.js', 'js/init.js' ], dest: 'js/copayMain.js'