Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clean-css/clean-css-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2
Choose a base ref
...
head repository: clean-css/clean-css-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    a053a2c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    8a5931a View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Co-Authored-By: ionutvmi <ionutvmi@gmail.com>
    jakubpawlowicz and mihai-vlc committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    d860382 View commit details
    Browse the repository at this point in the history
  3. Fix bug for PHP-FPM

    PHP-FPM has a bug with STDIN: https://bugs.php.net/bug.php?id=73342
    
    Running `clean-css-cli` in a PHP's `exec` will hit the bug, and PHP-FPM master's process will peak at 100% CPU usage.
    
    Ignoring the `stdin` test if there's no argument can avoid the bug.
    dugwood authored and jakubpawlowicz committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    245799d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d02408 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d8814b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d650b7 View commit details
    Browse the repository at this point in the history
  7. Version 4.3.0.

    jakubpawlowicz committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    2e5e483 View commit details
    Browse the repository at this point in the history
Loading