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 Ability to Ignore Files/Folders #638

Merged
merged 9 commits into from
Mar 14, 2021
Merged

Add Ability to Ignore Files/Folders #638

merged 9 commits into from
Mar 14, 2021

Commits on Mar 1, 2021

  1. Add Skiplist Option

    Adds support for the "ignore" option of the glob dependency to prevent PurgeCSS from scanning specific folders (such as node_modules, etc.)
    Bryan Jones committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    fe0103c View commit details
    Browse the repository at this point in the history
  2. Update Readme

    Add description for new "skippedlist" option
    Bryan Jones committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f1be8c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Rename Option, Fix Type

    Replaced "skiplist" with "skippedContentGlobs" and changed the type to Array<String>
    Bryan Jones committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    f9aa477 View commit details
    Browse the repository at this point in the history
  2. Rename Option, Fix Type

    Replaced "skiplist" with "skippedContentGlobs" and changed the type to Array<String>
    Bryan Jones committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d6fec01 View commit details
    Browse the repository at this point in the history
  3. Add Skipped-Content Test

    test for "skippedContentGlobs" added, casing on 'string' type fixed. Test passes, but only with full path to file to skip right now.
    Bryan Jones committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    cc121c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/bdkjones/purgecss

    # Conflicts:
    #	packages/postcss-purgecss/src/types/index.ts
    #	packages/purgecss/src/types/index.ts
    Bryan Jones committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4bccea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Fix test

    Use the correct path for the test environment
    Bryan Jones committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fe09bae View commit details
    Browse the repository at this point in the history
  2. Update Docs

    Minor documentation tweaks
    Bryan Jones committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ef2f5f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

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