From 005853efac602d81c968aaa3601579efeaca179f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 25 Nov 2014 17:40:40 -0300 Subject: [PATCH] trying to fix travis --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 245b1b40c..dff8a2dd6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -205,6 +205,8 @@ module.exports = function(grunt) { 'index.html', 'init.js', 'config.js', + 'version.js', + 'popup.html', 'css/vendors.min.css', 'css/copay.min.css', 'js/copayBundle.js',