You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closesbox-project#219
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#219
The JSON compactor skips the
composer.lock
files since it does not have the.json
extension. This could be fixedThe text was updated successfully, but these errors were encountered: