mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Disable builder
This commit is contained in:
parent
acb49a2070
commit
e57c2b9461
2
builder
2
builder
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user