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

fix srcDir + filtering #135

Merged
merged 1 commit into from
Apr 13, 2021
Merged

fix srcDir + filtering #135

merged 1 commit into from
Apr 13, 2021

Commits on Mar 30, 2021

  1. fix srcDir + filtering

    PR broccolijs#120 broke the case when you have both `srcDir` and some filtering options like `exclude`. The included test demonstrates the bug. It crashes during `processFile` because the `sourcePath` doesn't exist.
    
    This PR fixes the bug by restoring the correct relative paths as inputs to `walkSync`.
    ef4 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d133c15 View commit details
    Browse the repository at this point in the history