6e997ea Issue 50963 - We should bundle *.min.js files of Console

Authored and Committed by spichugi 4 years ago
1 file changed. 0 lines added. 2 lines removed.
    Issue 50963 - We should bundle *.min.js files of Console
    
    Description: Currently, we do not bundle in the tarball the *.min.js
    files which help with deciphering the obfuscated code which is actually
    run by the browser. This leads to end-users submitting partially
    unreadable JavaScript stack traces.
    
    Please note this won't result in end-users having to download more data
    just to use the Console, since these files are downloaded only when needed,
    i.e. when Developer's Console is opened.
    
    https://pagure.io/389-ds-base/issue/50963
    
    Reviewed by: mreynolds (Thanks!)
    
        
file modified
+0 -2