Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faces.js and Maven compressor #5124

Closed
wants to merge 1 commit into from
Closed

Faces.js and Maven compressor #5124

wants to merge 1 commit into from

Commits on Jun 20, 2022

  1. Maven:

     - removed yuicompressor (dead project)
     + added closure compiler
    
    faces-uncompressed.js:
     - build with ECMASCRIPT5_STRICT profile of Google Closure
     - use strict
     - Removed IE-5-6-7-8-9-10 support
     - Removed FrameTransport
     - Use FormData for File upload
     - removed IE hacks and memory hacks
     - const and let instead of var
     - many minor optimization
    pizzi80 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7e92c2c View commit details
    Browse the repository at this point in the history