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

TAP5-2708/2753: CssCompressor updates and CSS variable fixes #40

Closed
wants to merge 8 commits into from

Commits on May 18, 2023

  1. TAP5-2708: Updated CssCompressor, fix errors, and create Spec with or…

    …iginal tests
    
    The CssCompressor in tapestry-webresources is now based on the latest YUI commit cf0497e.
    To make it work some errors had to be fixed:
    - Duplicate variable declaration of "oldCss"
    - Faulty non-escaped regex
    - zeros.css test failed
    
    I'm not 100% sure the CssCompressor behaves 100% as before, but it's a necessary trade-off so it can be improved further, as the original YUI project is dead.
    benweidig committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e812183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e110d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. TAP5-2708: CssCompressor improvements

    * compress now static instead of instance-bound
    * compress accepts String and InputStream
    * bootstrap.css added to Spec for better integrity
    * StringBuffer -> StringBuilder
    * Generic types added
    benweidig committed May 20, 2023
    Configuration menu
    Copy the full SHA
    1e7e968 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on Jun 17, 2023

  1. TAP5-2708: Java 8 support

    benweidig committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1f528fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59da24 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Fix test setup.

    vjlamp committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d471f39 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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