mserranom 7 лет назад
Родитель
Сommit
30cb8e06d5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      bin/compile-services

+ 0 - 1
bin/compile-services

@@ -11,7 +11,6 @@ grep 'name:' config/services.js | \
 		case $service in 
 			web)
 				make compile_full
-				make minify
 				;;
 			chat)
 				echo "$service doesn't require a compilation"