Disable builder

This commit is contained in:
Pierre HUBERT 2019-07-24 12:59:33 +02:00
parent acb49a2070
commit e57c2b9461

View File

@ -99,7 +99,7 @@ function js_files_to_file(string $begin_path, array $files, string $target){
throw new Exception("Excepted string or array, got something else for javascript entry!"); throw new Exception("Excepted string or array, got something else for javascript entry!");
//Compress file //Compress file
if($uglifyjs){ if(FALSE && $uglifyjs){
notice("Parsing with UGLIFYJS: ".$file); notice("Parsing with UGLIFYJS: ".$file);
exec("/usr/bin/uglifyjs '".$file."' -c -o ".TEMP_FILE, $output, $exit_code); exec("/usr/bin/uglifyjs '".$file."' -c -o ".TEMP_FILE, $output, $exit_code);