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',