mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Revert "Optimize javascript minification, slight increase of file size, but massive performance improvement"
This reverts commit b32f883a9da5216300113a1f81fbd67fb793e7f1.
This commit is contained in:
parent
dfa106df03
commit
3f3bb95073
@ -326,6 +326,7 @@ function compressJS(values)
|
||||
var complete = values.join("\n");
|
||||
var ast = jsp.parse(complete); // parse code and get the initial AST
|
||||
ast = pro.ast_mangle(ast); // get a new AST with mangled names
|
||||
ast = pro.ast_squeeze(ast); // get an AST with compression optimizations
|
||||
return pro.gen_code(ast); // compressed code here
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user