From d60dc744e66da247f0c3612486b58e41b0b0b2c9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 14 Aug 2014 11:29:54 +0300 Subject: [PATCH] no clean js --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 51e2be47d8..84ce8c380e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,9 +63,6 @@ module.exports = function (grunt) { clean: { start: ['build/*'], final: ['build/tmp'], - js: jsFilesToMinify.map(function (item) { - return 'build/tmp/' + item; - }) }, less: { bootstrap: { @@ -240,7 +237,6 @@ module.exports = function (grunt) { 'copy:frontendLib', 'copy:backend', 'replace', - 'clean:js', 'copy:final', 'chmod', 'clean:final',