no compress in grunt

This commit is contained in:
Yuri Kuznetsov
2014-05-23 14:37:32 +03:00
parent 3bcaffa1d4
commit a8adbcf9cf
+2 -2
View File
@@ -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',
]);
};