Explorar o código

added minification for web

mserranom %!s(int64=7) %!d(string=hai) anos
pai
achega
22477bc187
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server-ce/bin/compile-services

+ 1 - 0
server-ce/bin/compile-services

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