From a8adbcf9cf9bd90433ac88bacdd11e541e0321df Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 23 May 2014 14:37:32 +0300 Subject: [PATCH] no compress in grunt --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b979fe2684..2f0a37c0e7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,7 +129,7 @@ module.exports = function (grunt) { 'api/**', 'application/**', 'custom/**', - 'data', + 'data/.data', 'install/**', 'vendor/**', 'bootstrap.php', @@ -218,7 +218,7 @@ module.exports = function (grunt) { 'replace', 'copy:final', 'clean:final', - 'compress', + //'compress', ]); };