From cb20b694bad9a58408e08a341b55a7e03c539e84 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Tue, 4 Mar 2014 17:46:13 +0200 Subject: [PATCH] added install to Gruntfile --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4181f11038..4ed8754fdd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,6 +12,7 @@ module.exports = function (grunt) { 'api/**', 'application/**', 'data', + 'install/**', 'vendor/**', 'bootstrap.php', 'cron.php',