From c893a4441df9e3b8d68255fac3e040702c3f27d2 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Thu, 19 Mar 2015 15:01:36 +0200 Subject: [PATCH] Added a file to Gruntfile.js --- Gruntfile.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 15f6310467..8d9a73c23c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with EspoCRM. If not, see http://www.gnu.org/licenses/. - ************************************************************************/ + ************************************************************************/ module.exports = function (grunt) { var jsFilesToMinify = [ @@ -65,10 +65,10 @@ module.exports = function (grunt) { 'client/src/controllers/base.js', 'client/src/view.js', ]; - + grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), - + mkdir: { tmp: { options: { @@ -154,6 +154,7 @@ module.exports = function (grunt) { 'bootstrap.php', 'cron.php', 'rebuild.php', + 'upgrade.php', 'index.php', 'LICENSE.txt', '.htaccess',