Explorar el Código

reverted minification for web

mserranom hace 7 años
padre
commit
1c931c347e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      server-ce/bin/compile-services

+ 0 - 1
server-ce/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"