no clean js

This commit is contained in:
Yuri Kuznetsov
2014-08-14 11:29:54 +03:00
parent bd66211c3c
commit d60dc744e6
-4
View File
@@ -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',