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

Add support for source maps and file exclusions #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

  1. Add 'sourcemaps' configuration option

    This uses the already existing feature of Autoprefixer to update
    existing source maps or create new ones.
    Improve the presentation of the available configuration options in the README.
    Lukas Waslowski committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dee6a69 View commit details
    Browse the repository at this point in the history
  2. Add 'process_static_files' configuration option

    Lukas Waslowski committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    456001e View commit details
    Browse the repository at this point in the history
  3. Add 'process_with_autoprefixer' configuration option for individual f…

    …iles
    Lukas Waslowski committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bb24c06 View commit details
    Browse the repository at this point in the history
  4. Make 'sourcemaps: existing' the default to match user expectations

    Reasoning: If the user already has a source map for a CSS file (either static or generated),
    there is a high probability that they still want to have a functioning source map
    after Autoprefixer has been applied.
    
    Backwards compatibility: No files will be generated that weren't there in earlier versions;
    source map files that were present but unusable because they didn't match
    the transformed CSS will be fixed after updating the plugin.
    Lukas Waslowski committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    753f54a View commit details
    Browse the repository at this point in the history