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

Fix the compactors order and compress the composer.lock file #228

Merged
merged 1 commit into from
May 19, 2018

Commits on May 19, 2018

  1. Fix the compactors order and compress the composer.lock file

    Fix the compactors order:
    - Run the PHP Compactor before PHP-Scoper which can remove the useless spaces since will print again
      each file
    - Compress the JSON files after PHP-Scoper since PHP-Scoper will pretty print the scoped JSON files
    
    Also ensure that the JSON compactor can compress the `composer.lock` files.
    
    Closes box-project#219
    theofidry committed May 19, 2018
    Configuration menu
    Copy the full SHA
    c8baa72 View commit details
    Browse the repository at this point in the history